From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 7/8] vm: Fix full-boot? option. Date: Mon, 06 Mar 2017 23:44:17 +0100 Message-ID: <87lgsi6n5q.fsf@gnu.org> References: <20170214152834.19651-1-david@craven.ch> <20170214152834.19651-9-david@craven.ch> 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]:50037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cl1Mf-0002j8-Pw for guix-devel@gnu.org; Mon, 06 Mar 2017 17:44:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cl1Mb-0001gV-RG for guix-devel@gnu.org; Mon, 06 Mar 2017 17:44:25 -0500 In-Reply-To: <20170214152834.19651-9-david@craven.ch> (David Craven's message of "Tue, 14 Feb 2017 16:28:33 +0100") 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" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/system/vm.scm (virtualized-operating-system): Add full-boot? > option. Don't add a %store-mapping when full-boot? is passed. This leads > the grub-configuration-file procedure to look for the kernel and initrd= in > / instead of /gnu/store. Good catch. I added a comment and committed, thanks! Ludo=E2=80=99.