From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] build: container: Setup /dev/console. Date: Mon, 07 Sep 2015 18:03:57 +0200 Message-ID: <87zj0yrzbm.fsf@gnu.org> References: <87oahhybuv.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYytm-0007BV-HM for guix-devel@gnu.org; Mon, 07 Sep 2015 12:04:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYytj-0008Dr-Ss for guix-devel@gnu.org; Mon, 07 Sep 2015 12:04:02 -0400 In-Reply-To: <87oahhybuv.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Fri, 04 Sep 2015 19:59:52 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From dc797eb8e306655b10bd466d64ef5deaf428259f Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 1 Aug 2015 13:54:40 -0400 > Subject: [PATCH] build: container: Setup /dev/console. > > * gnu/build/linux-container.scm (mount-file-systems): Bind mount the > controlling terminal as /dev/console. [...] > + ;; Setup the container's /dev/console by bind mounting the psuedo-term= inal ^^^ Typo. Otherwise LGTM, thanks! Ludo=E2=80=99.