Compare commits

...

2 commits

Author SHA1 Message Date
d6b6bd56e0 Fix update of keyboard layout during setup 2023-06-22 14:50:54 +02:00
0a55818a60 Fix incorrect command 2023-06-22 14:50:29 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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"