Browse Source

Install language packages to avoid prompt after install

tags/nilmbuntu-5
Jim Paris 7 years ago
parent
commit
f8c1018925
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      customize-inner.sh

+ 4
- 0
customize-inner.sh View File

@@ -104,6 +104,10 @@ try_install \
tcpdump \ tcpdump \
zip zip


# Install the packages required for en_US language support
# This avoids a prompt and package download at first install
try_install $(/usr/bin/check-language-support -l en_US)

# Set up timezone to America/New_York for the live CD # Set up timezone to America/New_York for the live CD
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
dpkg-reconfigure -f noninteractive tzdata dpkg-reconfigure -f noninteractive tzdata


Loading…
Cancel
Save