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.
 
 
 
Jim Paris 8b49a30144 Use a private network so we can start daemons in the container 7 years ago
.gitignore gitignore 10 years ago
README Use a private network so we can start daemons in the container 7 years ago
buildiso.sh Start reworking things for systemd-based 16.04 7 years ago
cleanup.sh Fix some deficiencies in enter.sh 7 years ago
config Start reworking things for systemd-based 16.04 7 years ago
config-16.04 Start reworking things for systemd-based 16.04 7 years ago
customize-inner.sh Fix theme on 13.10 10 years ago
customize.sh Start reworking things for systemd-based 16.04 7 years ago
enter.sh Use a private network so we can start daemons in the container 7 years ago
extractiso.sh Start reworking things for systemd-based 16.04 7 years ago
full-rebuild.sh Start reworking things for systemd-based 16.04 7 years ago
nilmbuntu.png Start reworking things for systemd-based 16.04 7 years ago
run.sh fix bugs 10 years ago
splash.png Start reworking things for systemd-based 16.04 7 years ago

README

This live CD is customized by roughly following the guidelines at:
https://help.ubuntu.com/community/LiveCDCustomization
https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
https://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.

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


SHORT VERSION:
sudo apt-get install squashfs-tools xorriso syslinux systemd-container
time sudo sh -c "env BUILD_CONFIG=12.10 ./full-rebuild.sh"
time sudo sh -c "env BUILD_CONFIG=13.04 ./full-rebuild.sh"