Skip to content
Snippets Groups Projects
Commit f5979fcd authored by Bob Mottram's avatar Bob Mottram
Browse files

All locales

parent 142103b3
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,7 @@ function locale_setup {
return
fi
 
apt-get -y install locales debconf
apt-get -y install locales locales-all debconf
 
if [ ! "$DEFAULT_LANGUAGE" ]; then
DEFAULT_LANGUAGE='en_GB.UTF-8'
......
......@@ -372,7 +372,7 @@ chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential open
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
chroot "$rootdir" apt-get install -y locales debconf
chroot "$rootdir" apt-get install -y locales locales-all debconf
sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment