Compare commits
4 Commits
nilmdbuntu
...
nilmdbuntu
Author | SHA1 | Date | |
---|---|---|---|
6318e0a55a | |||
b7ca46922d | |||
cb0da24a7d | |||
70272d3184 |
8
README
8
README
@@ -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
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/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}
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user