From 9ba6cfb96b46f8e22bf67a164a11c0f79329f1f8 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Thu, 13 Apr 2023 12:58:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Econfigure-windows-pxeboot.sh=E2=80=9C?= =?UTF-8?q?=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure-windows-pxeboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-windows-pxeboot.sh b/configure-windows-pxeboot.sh index c38703c..df97b80 100644 --- a/configure-windows-pxeboot.sh +++ b/configure-windows-pxeboot.sh @@ -30,7 +30,7 @@ fi # Create winpe.iso if ! [ -e ./non-free/windows/winpe.iso ]; then if [ -e ./temp/waik/WinPE.cab ]; then - mkwinpeimg --iso --arch=amd64 --waik-dir=./temp/waik ./non-free/windows/winpe.iso + mkwinpeimg --iso --arch=amd64 --waik-dir=./temp/waik --start-script=./resources/winpestart.bat ./non-free/windows/winpe.iso fi fi