From 26a5d2355d764fe85d31b1e04ac3206831e5853c Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Thu, 13 Apr 2023 12:56:07 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=80=9Eresources/winpestart.bat=E2=80=9C?= =?UTF-8?q?=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WinPE Startfile --- resources/winpestart.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/winpestart.bat diff --git a/resources/winpestart.bat b/resources/winpestart.bat new file mode 100644 index 0000000..ae3fda0 --- /dev/null +++ b/resources/winpestart.bat @@ -0,0 +1,7 @@ +rem ---------------------------- +rem WinPE Startfile: +rem ---------------------------- +net use z: \\192.168.75.3\windows +z: +cd \source +setupprep.exe \ No newline at end of file From 9ba6cfb96b46f8e22bf67a164a11c0f79329f1f8 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Thu, 13 Apr 2023 12:58:23 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E2=80=9Econfigure-windows-pxeboot.sh?= =?UTF-8?q?=E2=80=9C=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 From ccb06c3051dd1b275a2c815556330593df85aada Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Thu, 13 Apr 2023 12:59:21 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E2=80=9Eresources/winpestart.bat=E2=80=9C?= =?UTF-8?q?=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/winpestart.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/winpestart.bat b/resources/winpestart.bat index ae3fda0..d105c8c 100644 --- a/resources/winpestart.bat +++ b/resources/winpestart.bat @@ -1,7 +1,6 @@ rem ---------------------------- rem WinPE Startfile: rem ---------------------------- -net use z: \\192.168.75.3\windows +net use z: \\__NFSSERVERIP__\windows z: -cd \source -setupprep.exe \ No newline at end of file +setup.exe \ No newline at end of file