feat: Use overlays for all modern Windows media (#2082)

This commit is contained in:
Kroese
2026-08-06 19:17:51 +02:00
committed by GitHub
parent 927f92282c
commit 91326c9664
4 changed files with 39 additions and 276 deletions
-11
View File
@@ -630,17 +630,6 @@ getPlatform() {
return 0
}
canUseSetupImage() {
local id="$1"
local iso="$2"
supportsXML "$id" || return 1
[[ "${iso,,}" == *".esd" ]] && return 1
return 0
}
createImageDirectory() {
local image="$1"