From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] build: container: Setup /dev/console. Date: Mon, 7 Sep 2015 13:09:26 -0400 Message-ID: References: <87oahhybuv.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87zj0yrzbm.fsf@gnu.org> 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]:40358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYzvA-0001am-64 for guix-devel@gnu.org; Mon, 07 Sep 2015 13:09:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYzv5-0006pd-Qw for guix-devel@gnu.org; Mon, 07 Sep 2015 13:09:32 -0400 Received: from mail-yk0-f170.google.com ([209.85.160.170]:35422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYzv5-0006pO-OC for guix-devel@gnu.org; Mon, 07 Sep 2015 13:09:27 -0400 Received: by ykdu9 with SMTP id u9so10320187ykd.2 for ; Mon, 07 Sep 2015 10:09:27 -0700 (PDT) In-Reply-To: <87zj0yrzbm.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Mon, Sep 7, 2015 at 12:03 PM, Ludovic Court=C3=A8s wrote: > 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-ter= minal > ^^^ > Typo. Thanks. I have a bad tendency to transpose those characters. > Otherwise LGTM, thanks! Fixed and pushed. - Dave