Compare commits
2 commits
d034c31197
...
d6b6bd56e0
Author | SHA1 | Date | |
---|---|---|---|
d6b6bd56e0 | |||
0a55818a60 |
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ else
|
|||
|
||||
sudo mount "$WIN11_IMAGE_PATH" "$mountPath";
|
||||
sudo cp -r "$mountPath"/* "$dataPath";
|
||||
sudo cp Autounattend.xml "$dataPath";
|
||||
sudo cp Autounattend.template.xml "$dataPath";
|
||||
sudo cp -r "$mountPath/efi" "$bootPath";
|
||||
wimFile="$dataPath/sources/install.wim";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
DISM /Online /Set-InputLocale:de-CH
|
||||
wpeutil SetKeyboardLayout 0807:00000807
|
||||
echo Launching Startup Script...
|
||||
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
|
||||
|
|
Loading…
Reference in a new issue