diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-11 16:42:56 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-24 11:14:29 +0200 |
commit | 3c515b22255c8ca4a727ba230168cf1083979086 (patch) | |
tree | 2c41e2b3d458b1341811557098f246711ead955a /gnu | |
parent | e47c69f22638dc92ee962942b8e24284c8dee832 (diff) | |
download | guix-3c515b22255c8ca4a727ba230168cf1083979086.tar guix-3c515b22255c8ca4a727ba230168cf1083979086.tar.gz |
doc: Example vm-image doesn't need firmware.
* gnu/system/examples/vm-image.tmpl (firmware): New field, explicitly
empty list.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/examples/vm-image.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl index 36e272722d..f149f67113 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 |