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/system | |
| parent | 118d6429c8e7d4fce19da569da959ca753edb087 (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.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 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: |
