guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33704] [PATCH 2/2] doc: Example vm-image doesn't need firmware.


From: Efraim Flashner
Subject: [bug#33704] [PATCH 2/2] doc: Example vm-image doesn't need firmware.
Date: Tue, 11 Dec 2018 16:45:42 +0200

* 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-image.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 
resize2fs.\n"))
   (timezone "Etc/UTC")
   (locale "en_US.utf8")
 
+(firmware '())
+
   ;; Assuming /dev/sdX is the target hard disk, and "my-root" is
   ;; the label of the target root file system.
   (bootloader (bootloader-configuration
-- 
2.19.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]