4 Commits

Author SHA1 Message Date
6318e0a55a Update README 2014-02-18 18:25:24 -05:00
b7ca46922d Fix unmount in cleanup.sh 2014-02-18 16:54:12 -05:00
cb0da24a7d Bump version numbers 2014-02-18 14:58:45 -05:00
70272d3184 Add more default packages, remove obsolete TODO 2014-02-18 14:56:22 -05:00
6 changed files with 12 additions and 23 deletions

8
README
View File

@@ -1,8 +1,7 @@
This live CD is customized by roughly following the guidelines at: This live CD is customized by roughly following the guidelines at:
https:// https://help.ubuntu.com/community/LiveCDCustomization
help.ubuntu.com/community/LiveCDCustomization https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
help.ubuntu.com/community/LiveCDCustomizationFromScratch https://help.ubuntu.com/community/MakeALiveCD/DVD/BootableFlashFromHarddiskInstall
help.ubuntu.com/community/MakeALiveCD/DVD/BootableFlashFromHarddiskInstall
plus a lot of other info, like ubiquity and casper source code, and plus a lot of other info, like ubiquity and casper source code, and
additions for making the resulting iso EFI bootable. additions for making the resulting iso EFI bootable.
@@ -29,5 +28,6 @@ cleanup.sh
SHORT VERSION: SHORT VERSION:
sudo apt-get install squashfs-tools xorriso syslinux
time sudo sh -c "env BUILD_CONFIG=12.10 ./full-rebuild.sh" time sudo sh -c "env BUILD_CONFIG=12.10 ./full-rebuild.sh"
time sudo sh -c "env BUILD_CONFIG=13.04 ./full-rebuild.sh" time sudo sh -c "env BUILD_CONFIG=13.04 ./full-rebuild.sh"

15
TODO
View File

@@ -1,15 +0,0 @@
- Try other Ubuntu/Xubuntu versions
Problems with 3ce08771a631f9e373f65995fd2114a817326e98:
* Ubiquity chooser doesn't have nilmdb background --- skip it!
* Theme is still "Greybird" not "Clearlooks"
* Icons are still "elementary Xfce dark" not "elementary Xfce"
* Change xfdesktop background color to black
* Set default firefox homepage to http://nilmdb.com/
* /home/nilmdb should have /etc/skel stuff
* capture.sh should say skipping
* ubiquity still shows release notes?
* release notes need to exist
* in live CD, ssh_host_dsa_key is ba636e7440..
* quiet/splash removal failed --- preseed late_command didn't work
* build hybrid iso

View File

@@ -7,5 +7,5 @@ sudo umount ${FS}/dev/pts || true
sudo umount ${FS}/sys/kernel/security || true sudo umount ${FS}/sys/kernel/security || true
sudo umount ${FS}/sys || true sudo umount ${FS}/sys || true
sudo umount ${FS}/proc || true sudo umount ${FS}/proc || true
sudo umount mnt || true sudo umount ${MNT} || true
sudo rm --one-file-system -rf ${FS} ${ISO} ${MNT} ${DISK} sudo rm --one-file-system -rf ${FS} ${ISO} ${MNT} ${DISK}

View File

@@ -1,5 +1,5 @@
# output image # output image
VERSION="12.10.1" VERSION="12.10.2"
OUTPUT="nilmdbuntu-${VERSION}.iso" OUTPUT="nilmdbuntu-${VERSION}.iso"
# original ISOs # original ISOs

View File

@@ -1,5 +1,5 @@
# output image # output image
VERSION="13.04.1" VERSION="13.04.2"
OUTPUT="nilmdbuntu-${VERSION}.iso" OUTPUT="nilmdbuntu-${VERSION}.iso"
# original ISOs # original ISOs

View File

@@ -100,7 +100,11 @@ try_install \
ipython \ ipython \
openvpn \ openvpn \
network-manager-openvpn-gnome \ network-manager-openvpn-gnome \
openssl openssl \
tcpdump \
screen \
devscripts \
mailutils
# required # required
apt-get -y install \ apt-get -y install \