diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-12-18 22:58:57 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-12-18 23:28:18 +0900 |
commit | 2b32a3809883a9b0fc38a79886921f1a53e00425 (patch) | |
tree | fd98dff2328493c2c82f2f793501f2c5cc0a8a70 /gnu | |
parent | 118d6429c8e7d4fce19da569da959ca753edb087 (diff) | |
download | guix-2b32a3809883a9b0fc38a79886921f1a53e00425.tar.gz guix-2b32a3809883a9b0fc38a79886921f1a53e00425.zip |
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')
-rw-r--r-- | gnu/system/examples/bare-hurd64.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/bare-hurd64.tmpl b/gnu/system/examples/bare-hurd64.tmpl index eba7005bfd..ac17540955 100644 --- a/gnu/system/examples/bare-hurd64.tmpl +++ b/gnu/system/examples/bare-hurd64.tmpl @@ -15,7 +15,7 @@ ;; --enable-kvm \ ;; --device e1000,netdev=net0 \ ;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ -;; --snapshot +;; --snapshot \ ;; --hda /gnu/store/...-disk-image ;; ;; and use it like: |