apteryx pushed a commit to branch master
in repository guix.

commit 2b32a3809883a9b0fc38a79886921f1a53e00425
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Dec 18 22:58:57 2024 +0900

    system/examples: Fix qemu invocation in comment of bare-hurd64.tmpl.
    
    * gnu/system/examples/bare-hurd64.tmpl: Add missing backslash escape.
    
    Change-Id: I84c5d37c6efb005a14f15b96432360628003d87b
---
 gnu/system/examples/bare-hurd64.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:

Reply via email to