guix-commits
[Top][All Lists]
Advanced

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

02/02: doc: Example vm-image doesn't need firmware.


From: guix-commits
Subject: 02/02: doc: Example vm-image doesn't need firmware.
Date: Mon, 24 Dec 2018 04:16:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3c515b22255c8ca4a727ba230168cf1083979086
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 11 16:42:56 2018 +0200

    doc: Example vm-image doesn't need firmware.
    
    * 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 36e2727..f149f67 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



reply via email to

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