Browse Source

Timezone

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
894f510a0e
2 changed files with 4 additions and 3 deletions
  1. +0
    -3
      TODO
  2. +4
    -0
      customize-inner.sh

+ 0
- 3
TODO View File

@@ -2,9 +2,6 @@
- terminal, browser on desktop
- theme: style "Clearlooks", icons "elementary Xfce"
- nilmdb wallpaper, was "xubuntu-quantal.png"
- timezone:
echo 'US/Eastern' > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
- preseed username, password, login automatically?
- disable 13.04 upgrade notification?
- precreate database and streams


+ 4
- 0
customize-inner.sh View File

@@ -75,6 +75,10 @@ apt-get -y install \
ack-grep \
mutt

# Set up timezone to America/New_York for the live CD
echo America/New_York > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata

# Set up & install postfix for local mail delivery
debconf-set-selections <<"EOF"
postfix postfix/mailname string "localdomain"


Loading…
Cancel
Save