Browse Source

install missing locale packages, try harder to set preseed files

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
302017013f
3 changed files with 11 additions and 1 deletions
  1. +1
    -0
      TODO
  2. +5
    -0
      customize-inner.sh
  3. +5
    -1
      customize.sh

+ 1
- 0
TODO View File

@@ -12,3 +12,4 @@
- install mutt
- precreate database and streams
- maybe get rid of splash+quiet in installed image?
- try xubuntu 13.04

+ 5
- 0
customize-inner.sh View File

@@ -25,6 +25,11 @@ for VER in $(ls --sort=version /lib/modules/ | head -n -1) ; do
apt-get -y --purge remove ".*$VER.*"
done

# some stuff we need from Ubuntu
apt-get -y install \
wbritish \
thunderbird-locale-en-us

# install nilmdb things
apt-get -y install \
python2.7 \


+ 5
- 1
customize.sh View File

@@ -24,7 +24,11 @@ EOF
# preseed file to the custom one
perl -p -i \
-e "s/Xubuntu/NilmDBuntu/g;" \
-e "s/xubuntu/nilmdbuntu/g;" \
-e "s/Kubuntu/NilmDBuntu/g;" \
-e "s/Ubuntu/NilmDBuntu/g;" \
-e "s-preseed/xubuntu-preseed/nilmdbuntu-g;" \
-e "s-preseed/kubuntu-preseed/nilmdbuntu-g;" \
-e "s-preseed/ubuntu-preseed/nilmdbuntu-g;" \
${ISO}/isolinux/txt.cfg ${ISO}/boot/grub/{grub,loopback}.cfg

# Remove quiet and splash from boot command lines. Easier than a


Loading…
Cancel
Save