Compare commits
No commits in common. "2a21f13e863ed2acb32a22ca01abb90abde3f80a" and "8581ef7c0b531fd5db91b06614401d536a88d24d" have entirely different histories.
2a21f13e86
...
8581ef7c0b
3 changed files with 0 additions and 6 deletions
|
@ -1 +0,0 @@
|
|||
../share/qemu/scripts/windows10
|
|
@ -37,9 +37,5 @@ export \
|
|||
|
||||
numlockx &
|
||||
|
||||
# Compositeur
|
||||
picom -b --unredir-if-possible --vsync --use-damage --glx-no-stencil
|
||||
|
||||
# Exécution
|
||||
exec /usr/bin/i3
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ cd "$(dirname "$realpath")/.."
|
|||
exec screen -S "QEMU : ${realname}" -d -m qemu-system-x86_64 \
|
||||
-monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \
|
||||
-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)" \
|
||||
-m 4G \
|
||||
-drive "file=images/$(basename "$0").qcow2,if=virtio" \
|
||||
|
|
Loading…
Reference in a new issue