From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Graphical Installer - Call for Testing. Date: Mon, 17 Jul 2017 15:34:47 +0200 Message-ID: <874lub89vs.fsf@gnu.org> References: <20170104075928.GA23509@jocasta.intra> <87eg07cybi.fsf@gmail.com> <20170113063511.GA18383@jocasta.intra> <20170705192731.5fdd6933@scratchpost.org> <87wp7k97io.fsf@gmail.com> <20170707081300.29503638@scratchpost.org> <87inj4bhqt.fsf@gnu.org> <20170712133054.3af3ab2d@scratchpost.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]:43537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX6Az-0006jt-Ti for guix-devel@gnu.org; Mon, 17 Jul 2017 09:35:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX6Aw-0007BH-QA for guix-devel@gnu.org; Mon, 17 Jul 2017 09:35:05 -0400 In-Reply-To: <20170712133054.3af3ab2d@scratchpost.org> (Danny Milosavljevic's message of "Wed, 12 Jul 2017 13:30:54 +0200") 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: Danny Milosavljevic Cc: guix-devel@gnu.org, John Darrington Danny Milosavljevic skribis: > Hi Ludo, > >> Yes. At the REPL, you can do: >>=20 >> ,use(guix) >> ,run-in-store (system-disk-image installation-os) > > I tried: > > ,use (gnu system vm) > ,use (gnu system install) > ,use (guix) > ,run-in-store (system-disk-image installation-os) > (derivation->output-path $3) > > and get > > $3 =3D # /gnu/store/pjrkpnz4bgpiqgdix8ldz0psp53zr4kr-disk-image b0bbe60> > $5 =3D "/gnu/store/pjrkpnz4bgpiqgdix8ldz0psp53zr4kr-disk-image" > > But /gnu/store/pjrkpnz4bgpiqgdix8ldz0psp53zr4kr-disk-image doesn't exist = yet. > > What should I do to make guix build the image? You should build the derivation, either from the REPL: ,run-in-store (built-derivations (list $3)) or from the shell: guix build /gnu/store/wqba6wghk3j9jk1sxqb4a2lv730jpcmp-disk-image.drv HTH! Ludo=E2=80=99.