summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r--gnu/system/vm.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 205bf2cb193..4ee8dc5cf29 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -428,7 +428,9 @@ exec " #$qemu "/bin/" #$(qemu-command (%current-system))
428 "--system=" #$os-drv " --load=" #$os-drv "/boot --root=/dev/vda1\" \ 428 "--system=" #$os-drv " --load=" #$os-drv "/boot --root=/dev/vda1\" \
429 -serial stdio \ 429 -serial stdio \
430 -drive file=" #$image 430 -drive file=" #$image
431 ",if=virtio,cache=writeback,werror=report,readonly\n") 431 ",if=virtio,cache=writeback,werror=report,readonly \
432 -m 256
433\n")
432 port) 434 port)
433 (chmod port #o555)))) 435 (chmod port #o555))))
434 436