From ceb8f85771c25a11e9ab1c1c00fcd45f63d39f39 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Wed, 4 Dec 2024 16:34:06 +0000 Subject: [PATCH] =?UTF-8?q?scratchbook.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scratchbook.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 scratchbook.md diff --git a/scratchbook.md b/scratchbook.md new file mode 100644 index 0000000..8f05639 --- /dev/null +++ b/scratchbook.md @@ -0,0 +1,44 @@ +# planning rewrite + +* all steps as functions! +* ansi or utf8? + +## Steps + +* define application-Root: ${aroot} +* function InitDirs : create directory structure +* mount .ISO File + * function CopyIso : copy all files from mounted ISO to temp\target + * function CopyWim : copy boot.wim and install.wim from mounted ISO to temp\target dir for modification + * function MofifyBoot + * mount and modify boot.wim in temp\target + * insert drivers + * function ModifyInstall + * mount and modify install.wim in temp\target + * insert drivers + * insert updates + +``` +Dir-Structure + +C:\isobuilder + I_ builder.ps1 + I_ assets + I I_ isoroot + I I_ autounattend.xml + I I_ scripts + I I_ install_firefox.cmd + I I_ updates + I I_ drivers + I I_ boot + I I_ install + I_ temp + I_ target + I_ mount + I_ boot + I_ install + + + + +``` \ No newline at end of file