me
/
guix
Archived
1
0
Fork 0

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>
master
Mathieu Othacehe 2021-12-03 14:25:57 +01:00
parent b42bfbdfe5
commit 3354e41c1e
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 0 additions and 1 deletions

View File

@ -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)))