Update bootSourcesList for build 20231 and later
Add PPIPro to editions list
Skip extracting/converting updates "windows10.0-kb*.cab"
Skip rebuilding install.wim/.esd if no VirtualEditions added
Set image-property FLAGS for each index
Create UEFI-only iso for arm64 builds
This commit is contained in:
abbodi1406
2020-10-21 04:51:14 +03:00
parent 79d2637f51
commit 09bf55b83b
2 changed files with 53 additions and 15 deletions

View File

@ -1425,7 +1425,10 @@ function createVirtualEdition() {
wimlib-imagex info ISODIR/sources/install.$type "$newName" \
--image-property DESCRIPTION="$description" \
--image-property WINDOWS/EDITIONID=$edition
--image-property DISPLAYNAME="$description" \
--image-property DISPLAYDESCRIPTION="$description" \
--image-property WINDOWS/EDITIONID=$edition \
--image-property FLAGS=$edition
if [ $? != 0 ]; then
echo "Failed to update information for $edition."