mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
vm: Use QEMU's standard VGA emulation by default.
* gnu/system/vm.scm (common-qemu-options): Add "-vga std".
This commit is contained in:
parent
b2bd7c253a
commit
5c5e7bdafd
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ (define (virtfs-option fs)
|
|||
" -enable-kvm -no-reboot -net nic,model=virtio \
|
||||
" #$@(map virtfs-option shared-fs) " \
|
||||
-net user \
|
||||
-serial stdio \
|
||||
-serial stdio -vga std \
|
||||
-drive file=" #$image
|
||||
",if=virtio,cache=writeback,werror=report,readonly \
|
||||
-m 256"))
|
||||
|
|
Loading…
Reference in a new issue