Go to file
2013-08-17 22:31:57 -04:00
.gitignore Initial commit 2013-08-17 22:28:49 -04:00
buildiso.sh Initial commit 2013-08-17 22:28:49 -04:00
cleanup.sh full rebuild script 2013-08-17 22:31:57 -04:00
config Initial commit 2013-08-17 22:28:49 -04:00
customize-inner.sh Initial commit 2013-08-17 22:28:49 -04:00
customize.sh Initial commit 2013-08-17 22:28:49 -04:00
enter.sh Initial commit 2013-08-17 22:28:49 -04:00
extractiso.sh Initial commit 2013-08-17 22:28:49 -04:00
full-rebuild.sh full rebuild script 2013-08-17 22:31:57 -04:00
README Initial commit 2013-08-17 22:28:49 -04:00
run.sh Initial commit 2013-08-17 22:28:49 -04:00

This live CD is customized by roughly following the guidelines at:
https://
  help.ubuntu.com/community/LiveCDCustomization
  help.ubuntu.com/community/LiveCDCustomizationFromScratch
  help.ubuntu.com/community/MakeALiveCD/DVD/BootableFlashFromHarddiskInstall
plus a lot of other info, like ubiquity and casper source code, and
additions for making the resulting iso EFI bootable.

Run things in generally this order:

extractiso.sh
  extract the original iso

customize.sh
  apply customizations

enter.sh
  chroot into the install (for optional manual customization)

buildiso.sh
  build the new iso

run.sh -c
  boot the iso in qemu with a blank hdd, to test the install

run.sh -d
  boot the installed hdd in qemu

cleanup.sh
  remove everything but the isos