Suppression : ligne enforçant la bibliothèque GTK dans le script de lancement de la VM Windows 10
This commit is contained in:
parent
42ba33d46e
commit
b4a171f178
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
name="$(basename "$0")"
|
||||
cd "$(dirname "$(readlink -f "$0")")/.."
|
||||
exec screen -S "QEMU : ${name}" -d -m qemu-system-x86_64 \
|
||||
-monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \
|
||||
-monitor stdio -enable-kvm \
|
||||
-bios /usr/share/edk2/x64/OVMF_CODE.fd \
|
||||
-usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 \
|
||||
-cpu host -smp "$(nproc)" \
|
||||
|
|
Loading…
Reference in a new issue