aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-09-25 23:21:43 +0200
committerLudovic Courtès <ludo@gnu.org>2020-09-25 23:26:22 +0200
commite71d7b5e236840ca31b05bcfb669fd0917254f26 (patch)
tree583b56419663f4e0d04de75192729ec70d521de6
parent13a2272d1af1626fff1480ecba35156b52007dde (diff)
downloadguix-e71d7b5e236840ca31b05bcfb669fd0917254f26.tar
guix-e71d7b5e236840ca31b05bcfb669fd0917254f26.tar.gz
doc: Remove "--hda" from non-volatile childhurd example.
Reported by Andreas Enge. * doc/guix.texi (Transparent Emulation with QEMU): Remove "--hda" in 'image' example.
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2dff2ad2a8..9986df02cc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25566,7 +25566,7 @@ the @code{--snapshot} flag using something along these lines:
(service hurd-vm-service-type
(hurd-vm-configuration
(image (const "/out/of/store/writable/hurd.img"))
- (options '("--hda"))))
+ (options '())))
@end lisp
@subsubheading Ganeti