scratchbook.md aktualisiert
This commit is contained in:
parent
ceb8f85771
commit
2f2d6485a4
@ -9,14 +9,19 @@
|
|||||||
* function InitDirs : create directory structure
|
* function InitDirs : create directory structure
|
||||||
* mount .ISO File
|
* mount .ISO File
|
||||||
* function CopyIso : copy all files from mounted ISO to temp\target
|
* 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 CopyWim : copy new boot.wim and install.wim from mounted ISO to temp\target dir for modification
|
||||||
* function MofifyBoot
|
* unmount .ISO File
|
||||||
* mount and modify boot.wim in temp\target
|
* function ModifyBoot
|
||||||
* insert drivers
|
* mount and modify boot.wim in temp\target
|
||||||
* function ModifyInstall
|
* insert drivers
|
||||||
* mount and modify install.wim in temp\target
|
* function ModifyInstall
|
||||||
* insert drivers
|
* mount and modify install.wim in temp\target
|
||||||
* insert updates
|
* insert drivers
|
||||||
|
* insert updates
|
||||||
|
* function CreateTarget
|
||||||
|
* copy assets\isoroot\* to \temp\target
|
||||||
|
* create ${outfile} .iso file
|
||||||
|
* Clean up things
|
||||||
|
|
||||||
```
|
```
|
||||||
Dir-Structure
|
Dir-Structure
|
||||||
@ -25,20 +30,19 @@ C:\isobuilder
|
|||||||
I_ builder.ps1
|
I_ builder.ps1
|
||||||
I_ assets
|
I_ assets
|
||||||
I I_ isoroot
|
I I_ isoroot
|
||||||
I I_ autounattend.xml
|
I I I_ autounattend.xml
|
||||||
I I_ scripts
|
I I I_ scripts
|
||||||
I I_ install_firefox.cmd
|
I I I_ install_firefox.cmd
|
||||||
I I_ updates
|
I I_ updates
|
||||||
|
I I_ tools
|
||||||
I I_ drivers
|
I I_ drivers
|
||||||
I I_ boot
|
I I_ boot
|
||||||
I I_ install
|
I I_ install
|
||||||
I_ temp
|
I_ temp
|
||||||
I_ target
|
I I_ target
|
||||||
I_ mount
|
I I_ mount
|
||||||
I_ boot
|
I I_ boot
|
||||||
I_ install
|
I I_ install
|
||||||
|
I_targetfile.iso
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user