nfr/control-vm
nfr
/
control-vm
Archived
0
0
Fork 0

control-vm.sh: Downgrade to qemu-6.0, possible data corruption bug

See: https://bugs.gentoo.org/815379
This commit is contained in:
Nils Freydank 2021-09-30 11:51:03 +02:00
parent bc83dd4987
commit 303c60d8f1
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ CPU_CORES="${CPU_CORES:-1}"
EFI="${EFI:-True}"
GUEST_NAME="${1}"
LIVE_ONLY="${LIVE_ONLY:-}"
MACHINE="${MACHINE:-pc-q35-6.1}"
MACHINE="${MACHINE:-pc-q35-6.0}"
MEMORY="${MEMORY:-16384}"
NET="${NET:-}"
NETDEV_NAME="vmnic-${GUEST_NAME}"