diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-09-25 23:21:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-25 23:26:22 +0200 |
commit | e71d7b5e236840ca31b05bcfb669fd0917254f26 (patch) | |
tree | 583b56419663f4e0d04de75192729ec70d521de6 /doc | |
parent | 13a2272d1af1626fff1480ecba35156b52007dde (diff) | |
download | 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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
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 |