summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-18 22:58:57 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-18 23:28:18 +0900
commit2b32a3809883a9b0fc38a79886921f1a53e00425 (patch)
treefd98dff2328493c2c82f2f793501f2c5cc0a8a70 /gnu/system
parent118d6429c8e7d4fce19da569da959ca753edb087 (diff)
system/examples: Fix qemu invocation in comment of bare-hurd64.tmpl.
* gnu/system/examples/bare-hurd64.tmpl: Add missing backslash escape. Change-Id: I84c5d37c6efb005a14f15b96432360628003d87b
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/examples/bare-hurd64.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/bare-hurd64.tmpl b/gnu/system/examples/bare-hurd64.tmpl
index eba7005bfd0..ac175409559 100644
--- a/gnu/system/examples/bare-hurd64.tmpl
+++ b/gnu/system/examples/bare-hurd64.tmpl
@@ -15,7 +15,7 @@
15;; --enable-kvm \ 15;; --enable-kvm \
16;; --device e1000,netdev=net0 \ 16;; --device e1000,netdev=net0 \
17;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ 17;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \
18;; --snapshot 18;; --snapshot \
19;; --hda /gnu/store/...-disk-image 19;; --hda /gnu/store/...-disk-image
20;; 20;;
21;; and use it like: 21;; and use it like: