From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWjJT-0001MV-GX for guix-patches@gnu.org; Tue, 11 Dec 2018 09:47:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWjJO-0002Ij-Fh for guix-patches@gnu.org; Tue, 11 Dec 2018 09:47:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38652) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWjJO-0002Ib-BC for guix-patches@gnu.org; Tue, 11 Dec 2018 09:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gWjJO-0004lg-8T for guix-patches@gnu.org; Tue, 11 Dec 2018 09:47:02 -0500 Subject: [bug#33704] [PATCH 2/2] doc: Example vm-image doesn't need firmware. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWjIS-0000xL-2x for guix-patches@gnu.org; Tue, 11 Dec 2018 09:46:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWjIN-0001mN-3g for guix-patches@gnu.org; Tue, 11 Dec 2018 09:46:04 -0500 Received: from flashner.co.il ([178.62.234.194]:33884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWjIL-0001ky-4U for guix-patches@gnu.org; Tue, 11 Dec 2018 09:45:58 -0500 From: Efraim Flashner Date: Tue, 11 Dec 2018 16:45:42 +0200 Message-Id: <20181211144542.4180-1-efraim@flashner.co.il> MIME-Version: 1.0 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: 33704@debbugs.gnu.org * gnu/system/examples/vm-image.tmpl (firmware): New field, explicitly empty list. --- gnu/system/examples/vm-image.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-i= mage.tmpl index 36e272722..f149f6711 100644 --- a/gnu/system/examples/vm-image.tmpl +++ b/gnu/system/examples/vm-image.tmpl @@ -24,6 +24,8 @@ partprobe, and then 2) resizing the filesystem with res= ize2fs.\n")) (timezone "Etc/UTC") (locale "en_US.utf8") =20 +(firmware '()) + ;; Assuming /dev/sdX is the target hard disk, and "my-root" is ;; the label of the target root file system. (bootloader (bootloader-configuration --=20 2.19.2