Compare commits

..

No commits in common. "d6b6bd56e0339d3f504f36e70ea8466116919119" and "d034c3119726a83227c2df3f843568952b7e2f94" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ else
sudo mount "$WIN11_IMAGE_PATH" "$mountPath"; sudo mount "$WIN11_IMAGE_PATH" "$mountPath";
sudo cp -r "$mountPath"/* "$dataPath"; sudo cp -r "$mountPath"/* "$dataPath";
sudo cp Autounattend.template.xml "$dataPath"; sudo cp Autounattend.xml "$dataPath";
sudo cp -r "$mountPath/efi" "$bootPath"; sudo cp -r "$mountPath/efi" "$bootPath";
wimFile="$dataPath/sources/install.wim"; wimFile="$dataPath/sources/install.wim";

View file

@ -1,4 +1,4 @@
@echo off @echo off
wpeutil SetKeyboardLayout 0807:00000807 DISM /Online /Set-InputLocale:de-CH
echo Launching Startup Script... echo Launching Startup Script...
X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1" X:\PowerShell\pwsh.exe -ExecutionPolicy bypass -file "X:\Scripts\Startup.ps1"