mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 12:37:20 +01:00
fix: Preserve WIM indices during edition detection (#1954)
This commit is contained in:
+1
-1
@@ -734,7 +734,7 @@ setMachine() {
|
||||
BOOT_MODE="windows_legacy"
|
||||
[ -z "${SOUND:-}" ] && SOUND="usb-audio"
|
||||
|
||||
if [ -z "${CPU_MODEL,,}" ] || [[ "${CPU_MODEL,,}" == "host" ]]; then
|
||||
if [ -z "${CPU_MODEL:-}" ] || [[ "${CPU_MODEL:-}" == "host" ]]; then
|
||||
# Workaround for boot loop on AMD EPYC processors
|
||||
if [[ "${CPU,,}" == *"amd epyc"* ]]; then
|
||||
CPU_MODEL="qemu32"
|
||||
|
||||
Reference in New Issue
Block a user