From debbugs-submit-bounces@debbugs.gnu.org Thu May 28 17:47:41 2020 Received: (at 41560) by debbugs.gnu.org; 28 May 2020 21:47:41 +0000 Received: from localhost ([127.0.0.1]:53216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jeQNI-0004kZ-SO for submit@debbugs.gnu.org; Thu, 28 May 2020 17:47:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jeQNH-0004kN-Oa for 41560@debbugs.gnu.org; Thu, 28 May 2020 17:47:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41975) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jeQNC-0006Fw-6b; Thu, 28 May 2020 17:47:34 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39910 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jeQNB-0003ep-EY; Thu, 28 May 2020 17:47:33 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Mathieu Othacehe Subject: Re: [bug#41560] [PATCH 8/8] image: Do not use VM to create disk-images. References: <20200527072420.26140-1-othacehe@gnu.org> <20200527072420.26140-8-othacehe@gnu.org> Date: Thu, 28 May 2020 23:47:30 +0200 In-Reply-To: <20200527072420.26140-8-othacehe@gnu.org> (Mathieu Othacehe's message of "Wed, 27 May 2020 09:24:20 +0200") Message-ID: <878shb91fx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41560 Cc: Mathieu Othacehe , 41560@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Mathieu Othacehe skribis: > Now that installing Grub on raw disk-images is supported, we do not need = to > rely on (gnu system vm) module. > > * gnu/system/image.scm (make-system-image): Rename to ... > (system-image): ... this, and remove the compatibility wrapper. > (find-image): Turn to a monadic procedure. This will become useful when > introducing Hurd support, to be able to detect the target system. > * gnu/ci.scm (qemu-jobs): Use lower-object now that system-image returns a > file-like object. > * gnu/tests/install.scm (run-install): Ditto. > * guix/scripts/system.scm (system-derivation-for-action): Add a 'base-ima= ge' > argument, > (perform-action): adapt accordingly. Yay! \o/ Thank you, Ludo=E2=80=99.