feat: Unattended installation

This commit is contained in:
Kroese 2024-01-15 23:45:03 +01:00 committed by GitHub
parent 53903a942b
commit 633e6bfffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ DIR="$TMP/unpack"
if [[ "$ATTENDED" != [Yy1]* ]]; then
if [ -f "/run/assets/$VERSION.xml" ]; then
wimlib-imagex update $DIR/sources/boot.wim 2 \
wimlib-imagex update "$DIR/sources/boot.wim" 2 \
--command "add /run/assets/$VERSION.xml /autounattend.xml"
fi