From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ej55N-000227-R6 for guix-patches@gnu.org; Tue, 06 Feb 2018 10:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej55J-0002ag-Sb for guix-patches@gnu.org; Tue, 06 Feb 2018 10:23:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52541) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ej55J-0002aS-Oa for guix-patches@gnu.org; Tue, 06 Feb 2018 10:23:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ej55J-0000Zx-IE for guix-patches@gnu.org; Tue, 06 Feb 2018 10:23:01 -0500 Subject: [bug#30296] [PATCH] gnu: build: linux-boot: Remove bind-mount export. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180130223402.16401-1-mail@cbaines.net> Date: Tue, 06 Feb 2018 16:22:27 +0100 In-Reply-To: <20180130223402.16401-1-mail@cbaines.net> (Christopher Baines's message of "Tue, 30 Jan 2018 22:34:02 +0000") Message-ID: <87y3k65ej0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 30296@debbugs.gnu.org Christopher Baines skribis: > bind-mount is not contained within this module. > > * gnu/build/linux-boot.scm: Remove bind-mount export. Good catch, go for it! Ludo=E2=80=99.