3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Remove "--hda" from non-volatile childhurd example.

Reported by Andreas Enge.

* doc/guix.texi (Transparent Emulation with QEMU): Remove "--hda" in
'image' example.
This commit is contained in:
Ludovic Courtès 2020-09-25 23:21:43 +02:00
parent 13a2272d1a
commit e71d7b5e23
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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