From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRzri-0001K3-Q9 for guix-patches@gnu.org; Mon, 03 Jul 2017 07:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRzre-0001J0-3e for guix-patches@gnu.org; Mon, 03 Jul 2017 07:50:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46797) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dRzre-0001Is-0r for guix-patches@gnu.org; Mon, 03 Jul 2017 07:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dRzrd-00077h-OR for guix-patches@gnu.org; Mon, 03 Jul 2017 07:50:01 -0400 Subject: [bug#27521] [PATCH v5] build: Add iso9660 system image generator. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170629020954.22464-1-dannym@scratchpost.org> <20170629134707.12576-1-dannym@scratchpost.org> <87bmp299cc.fsf@gnu.org> <20170702203706.43b1f0de@scratchpost.org> <87y3s64n47.fsf@gnu.org> <20170703000144.0da80a05@scratchpost.org> <878tk6rmvo.fsf@gnu.org> <20170703111414.36c62997@scratchpost.org> Date: Mon, 03 Jul 2017 13:49:14 +0200 In-Reply-To: <20170703111414.36c62997@scratchpost.org> (Danny Milosavljevic's message of "Mon, 3 Jul 2017 12:31:51 +0200") Message-ID: <877ezprb9h.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: Danny Milosavljevic Cc: 27521@debbugs.gnu.org Danny Milosavljevic skribis: > On Mon, 03 Jul 2017 09:38:19 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> >> guix system image -f FORMAT=20=20 >> > >> > Sounds good. I think with three formats my threshold for having an op= tion "-f" is reached :)=20=20 > > I'll try to add this part next. > >> > Okay. If we want to keep the stuff where it is I can commit it now. = I've tested the ISO9660 image with "qemu -cdrom", works fine.=20=20 > > I've thought about it some more. I'd add 'iso9660-disk-image in a whole = bunch of places only to remove it again. Therefore, I left out the guix/sc= ripts/system.scm part entirely for now and committed the rest to master (th= e Hydra image will still build). Sounds good, thank you! Ludo=E2=80=99.