From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Graphical Installer - Call for Testing. Date: Wed, 12 Jul 2017 13:30:54 +0200 Message-ID: <20170712133054.3af3ab2d@scratchpost.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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVFrC-0001Zj-DC for guix-devel@gnu.org; Wed, 12 Jul 2017 07:31:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVFr8-0001tB-FD for guix-devel@gnu.org; Wed, 12 Jul 2017 07:31:02 -0400 In-Reply-To: <87inj4bhqt.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" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org, John Darrington Hi Ludo, > Yes. At the REPL, you can do: > > ,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 = # /gnu/store/pjrkpnz4bgpiqgdix8ldz0psp53zr4kr-disk-image b0bbe60> $5 = "/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? Also, what do you think of us providing a "guix system" command for this? It's kinda difficult to use otherwise...