fix: added missing backslash in justfile

This commit is contained in:
karina
2026-04-25 16:09:32 +04:00
parent 6d9402aac2
commit 1463402c6c
+1 -1
View File
@@ -92,7 +92,7 @@ _prep:
-drive file={{IMG_FILE}},format=raw,if=none,id=hd0 \
-device virtio-blk-device,drive=hd0 \
-serial stdio \
-monitor telnet:127.0.0.1:5555,server,nowait
-monitor telnet:127.0.0.1:5555,server,nowait \
-s -S
@crun: