From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix system seems not to respect ./pre-inst-env Date: Mon, 19 Dec 2016 11:55:01 +0100 Message-ID: <87bmw86vei.fsf@gnu.org> References: <20161218134237.GA9419@jocasta.intra> 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]:54137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIvb2-0007Lw-Ew for guix-devel@gnu.org; Mon, 19 Dec 2016 05:55:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIvay-0003x9-Jt for guix-devel@gnu.org; Mon, 19 Dec 2016 05:55:08 -0500 In-Reply-To: <20161218134237.GA9419@jocasta.intra> (John Darrington's message of "Sun, 18 Dec 2016 14:42:38 +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: John Darrington Cc: guix-devel@gnu.org Hi John! John Darrington skribis: > When I run: ./pre-inst-env guix system disk-image gnu/system/install.scm > > The resulting disk image is always the one corresponding to the currently= installed guix, > not the one whose source is in . More precisely, the resulting image is for the Guix in your source tree, *but* the image runs a version of Guix that is older than your source tree; specifically, it runs =E2=80=98guix-devel=E2=80=99 from (gnu packages package-management). If you want the current Guix inside the image, you need to use =E2=80=98current-guix=E2=80=99 as done in (gnu tests install). HTH! Ludo=E2=80=99.