Compare commits
No commits in common. "d6b6bd56e0339d3f504f36e70ea8466116919119" and "d034c3119726a83227c2df3f843568952b7e2f94" have entirely different histories.
d6b6bd56e0
...
d034c31197
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.template.xml "$dataPath";
|
||||
sudo cp Autounattend.xml "$dataPath";
|
||||
sudo cp -r "$mountPath/efi" "$bootPath";
|
||||
wimFile="$dataPath/sources/install.wim";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
wpeutil SetKeyboardLayout 0807:00000807
|
||||
DISM /Online /Set-InputLocale:de-CH
|
||||
echo Launching Startup Script...
|
||||
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"
|
||||
|
|
Loading…
Reference in a new issue