system: vm: Remove the vga argument.
* gnu/system/vm.scm (common-qemu-options): Remove the "-vga std" argument that is the default since QEMU 2.2. Suggested-by: Attila Lendvai <attila@lendvai.name>
This commit is contained in:
parent
b42bfbdfe5
commit
3354e41c1e
@ -712,7 +712,6 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
|
||||
"-device" "virtio-rng-pci,rng=guixsd-vm-rng"
|
||||
|
||||
#$@(map virtfs-option shared-fs)
|
||||
"-vga std"
|
||||
(format #f "-drive file=~a,if=virtio,cache=writeback,werror=report,readonly=on"
|
||||
#$image)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user