Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.md | 2017-09-28 | 1.0 kB | |
ModifyISO.sh | 2017-09-28 | 3.4 kB | |
Totals: 2 Items | 4.4 kB | 3 |
ModifyISO.sh :
Description :
- Purpose : Customize your iso of LiveRaizo
- Based on How to customize Live Raizo
- Version : 1.0
Use :
-
Copy the file "ModifyISO.sh" in the same directory of the iso
-
Modify the script "ModifyISO.sh" (in particular the function ApplyCustomization)
-
Load the script :
user@linux:~$
source ./ModifyISO.sh
-
Start the functions needed before customization :
user@linux:~$
InstallPackage ; CleanAll ; BeforeCustomization
-
If you want, start the scripting functions of your customization :
user@linux:~$
ApplyCustomization
-
If you want, launch manually the commands to customize your iso (modify the files into ${FS}) :
-
Finalize your new iso (the file will beginning by new) :
user@linux:~$
AfterCustomization