mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Unattended installation
This commit is contained in:
parent
53903a942b
commit
633e6bfffe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue