1
0
Fork 0
forked from ahurac/dotfiles

Suppression : ligne enforçant la bibliothèque GTK dans le script de lancement de la VM Windows 10

This commit is contained in:
Hippolyte Chauvin 2023-07-17 22:04:34 +02:00
parent 42ba33d46e
commit b4a171f178

View file

@ -2,7 +2,7 @@
name="$(basename "$0")" name="$(basename "$0")"
cd "$(dirname "$(readlink -f "$0")")/.." cd "$(dirname "$(readlink -f "$0")")/.."
exec screen -S "QEMU : ${name}" -d -m qemu-system-x86_64 \ 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 \ -bios /usr/share/edk2/x64/OVMF_CODE.fd \
-usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 \ -usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 \
-cpu host -smp "$(nproc)" \ -cpu host -smp "$(nproc)" \