mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
vm: Pass '-serial stdio' in the run-vm.sh.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add '-serial stdio'.
This commit is contained in:
parent
838d9a9ddb
commit
5a84a6c314
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ (define builder
|
|||
-initrd " #$os-drv "/initrd \
|
||||
-append \"" #$(if graphic? "" "console=ttyS0 ")
|
||||
"--load=" #$os-drv "/boot --root=/dev/vda1\" \
|
||||
-serial stdio \
|
||||
-drive file=" #$image
|
||||
",if=virtio,cache=writeback,werror=report,readonly\n")
|
||||
port)
|
||||
|
|
Loading…
Reference in a new issue