mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +00:00
fix: Use IDE CD in Win11 24H2
This commit is contained in:
parent
bfc24167e3
commit
39c83372aa
1 changed files with 1 additions and 1 deletions
|
|
@ -2134,7 +2134,7 @@ setMachine() {
|
||||||
if ! prepare2k3 "$iso" "$dir" "$desc"; then
|
if ! prepare2k3 "$iso" "$dir" "$desc"; then
|
||||||
error "Failed to prepare $desc ISO!" && return 1
|
error "Failed to prepare $desc ISO!" && return 1
|
||||||
fi ;;
|
fi ;;
|
||||||
"win2025"* | "win11x64-iot"* | "win11x64-ltsc"* )
|
"win2025"* | "win11x64"* )
|
||||||
# Temporary: Use IDE CD to workaround install bug
|
# Temporary: Use IDE CD to workaround install bug
|
||||||
MEDIA_TYPE="ide" ;;
|
MEDIA_TYPE="ide" ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue