mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
system/examples: Fix qemu invocation in comment of bare-hurd64.tmpl.
* gnu/system/examples/bare-hurd64.tmpl: Add missing backslash escape. Change-Id: I84c5d37c6efb005a14f15b96432360628003d87b
This commit is contained in:
parent
118d6429c8
commit
2b32a38098
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
;; --enable-kvm \
|
;; --enable-kvm \
|
||||||
;; --device e1000,netdev=net0 \
|
;; --device e1000,netdev=net0 \
|
||||||
;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \
|
;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \
|
||||||
;; --snapshot
|
;; --snapshot \
|
||||||
;; --hda /gnu/store/...-disk-image
|
;; --hda /gnu/store/...-disk-image
|
||||||
;;
|
;;
|
||||||
;; and use it like:
|
;; and use it like:
|
||||||
|
|
Loading…
Reference in a new issue