mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -712,7 +712,6 @@ (define (virtfs-option 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 a new issue