You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 865 B

10 years ago
123456789101112131415161718192021222324252627282930313233
  1. This live CD is customized by roughly following the guidelines at:
  2. https://
  3. help.ubuntu.com/community/LiveCDCustomization
  4. help.ubuntu.com/community/LiveCDCustomizationFromScratch
  5. help.ubuntu.com/community/MakeALiveCD/DVD/BootableFlashFromHarddiskInstall
  6. plus a lot of other info, like ubiquity and casper source code, and
  7. additions for making the resulting iso EFI bootable.
  8. extractiso.sh
  9. extract the original iso
  10. customize.sh
  11. apply customizations
  12. enter.sh
  13. chroot into the install (for optional manual customization)
  14. buildiso.sh
  15. build the new iso
  16. run.sh -c
  17. boot the iso in qemu with a blank hdd, to test the install
  18. run.sh -d
  19. boot the installed hdd in qemu
  20. cleanup.sh
  21. remove everything but the isos
  22. SHORT VERSION:
  23. time sudo sh -c "env BUILD_CONFIG=12.10 ./full-rebuild.sh"
  24. time sudo sh -c "env BUILD_CONFIG=13.04 ./full-rebuild.sh"