Home / BonusScripts
Name Modified Size InfoDownloads / 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 0

ModifyISO.sh :

Description :

Use :

  1. Copy the file "ModifyISO.sh" in the same directory of the iso

  2. Modify the script "ModifyISO.sh" (in particular the function ApplyCustomization)

  3. Load the script :

    user@linux:~$ source ./ModifyISO.sh

  4. Start the functions needed before customization :

    user@linux:~$ InstallPackage ; CleanAll ; BeforeCustomization

  5. If you want, start the scripting functions of your customization :

    user@linux:~$ ApplyCustomization

  6. If you want, launch manually the commands to customize your iso (modify the files into ${FS}) :

  7. Finalize your new iso (the file will beginning by new) :

    user@linux:~$ AfterCustomization

Source: readme.md, updated 2017-09-28