civodul pushed a commit to branch master
in repository guix.
commit e71d7b5e236840ca31b05bcfb669fd0917254f26
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Sep 25 23:21:43 2020 +0200
doc: Remove "--hda" from non-volatile childhurd example.
Reported by Andreas Enge.
* doc/guix.texi (Transparent Emulation with QEMU): Remove "--hda" in
'image' example.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 2dff2ad..9986df0 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