Compare commits
5 Commits
nilmdbuntu
...
nilmdbuntu
Author | SHA1 | Date | |
---|---|---|---|
6318e0a55a | |||
b7ca46922d | |||
cb0da24a7d | |||
70272d3184 | |||
ebb3db4ba2 |
8
README
8
README
@@ -1,8 +1,7 @@
|
||||
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
|
||||
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.
|
||||
|
||||
@@ -29,5 +28,6 @@ cleanup.sh
|
||||
|
||||
|
||||
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=13.04 ./full-rebuild.sh"
|
||||
|
15
TODO
15
TODO
@@ -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
|
@@ -7,5 +7,5 @@ sudo umount ${FS}/dev/pts || true
|
||||
sudo umount ${FS}/sys/kernel/security || true
|
||||
sudo umount ${FS}/sys || true
|
||||
sudo umount ${FS}/proc || true
|
||||
sudo umount mnt || true
|
||||
sudo umount ${MNT} || true
|
||||
sudo rm --one-file-system -rf ${FS} ${ISO} ${MNT} ${DISK}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# output image
|
||||
VERSION="12.10.1"
|
||||
VERSION="12.10.2"
|
||||
OUTPUT="nilmdbuntu-${VERSION}.iso"
|
||||
|
||||
# original ISOs
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# output image
|
||||
VERSION="13.04.1"
|
||||
VERSION="13.04.2"
|
||||
OUTPUT="nilmdbuntu-${VERSION}.iso"
|
||||
|
||||
# original ISOs
|
||||
|
@@ -77,7 +77,7 @@ apt-get -y install \
|
||||
python-scipy \
|
||||
python-daemon
|
||||
|
||||
# install other useful but optional utilities
|
||||
# install other useful but optional stuff
|
||||
try_install \
|
||||
emacs-goodies-el \
|
||||
emacs23-nox \
|
||||
@@ -97,7 +97,14 @@ try_install \
|
||||
ack-grep \
|
||||
mutt \
|
||||
python-matplotlib \
|
||||
ipython
|
||||
ipython \
|
||||
openvpn \
|
||||
network-manager-openvpn-gnome \
|
||||
openssl \
|
||||
tcpdump \
|
||||
screen \
|
||||
devscripts \
|
||||
mailutils
|
||||
|
||||
# required
|
||||
apt-get -y install \
|
||||
|
Reference in New Issue
Block a user