From 2f2d6485a4c11b15dd7a09d8a53d9ba922c3854e Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Wed, 4 Dec 2024 16:41:22 +0000 Subject: [PATCH] scratchbook.md aktualisiert --- scratchbook.md | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/scratchbook.md b/scratchbook.md index 8f05639..d1e2cc8 100644 --- a/scratchbook.md +++ b/scratchbook.md @@ -9,14 +9,19 @@ * 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 + * function CopyWim : copy new boot.wim and install.wim from mounted ISO to temp\target dir for modification + * unmount .ISO File +* function ModifyBoot + * mount and modify boot.wim in temp\target + * insert drivers +* function ModifyInstall + * mount and modify install.wim in temp\target + * insert drivers + * insert updates +* function CreateTarget + * copy assets\isoroot\* to \temp\target + * create ${outfile} .iso file +* Clean up things ``` Dir-Structure @@ -25,20 +30,19 @@ C:\isobuilder I_ builder.ps1 I_ assets I I_ isoroot - I I_ autounattend.xml - I I_ scripts - I I_ install_firefox.cmd + I I I_ autounattend.xml + I I I_ scripts + I I I_ install_firefox.cmd I I_ updates + I I_ tools I I_ drivers I I_ boot I I_ install I_ temp - I_ target - I_ mount - I_ boot - I_ install - - - + I I_ target + I I_ mount + I I_ boot + I I_ install + I_targetfile.iso ``` \ No newline at end of file