Browse Source

All locales

Bob Mottram 9 years ago
parent
commit
f5979fcd7a
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/freedombone
  2. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone View File

@@ -529,7 +529,7 @@ function locale_setup {
529 529
       return
530 530
   fi
531 531
 
532
-  apt-get -y install locales debconf
532
+  apt-get -y install locales locales-all debconf
533 533
 
534 534
   if [ ! "$DEFAULT_LANGUAGE" ]; then
535 535
       DEFAULT_LANGUAGE='en_GB.UTF-8'

+ 1
- 1
src/freedombone-image-customise View File

@@ -372,7 +372,7 @@ chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential open
372 372
 chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
373 373
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
374 374
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
375
-chroot "$rootdir" apt-get install -y locales debconf
375
+chroot "$rootdir" apt-get install -y locales locales-all debconf
376 376
 
377 377
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
378 378