mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
feat: Use overlays for all modern Windows media (#2082)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user