Bob Mottram 9 anos atrás
pai
commit
f5979fcd7a
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      src/freedombone
  2. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone Ver arquivo

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

+ 1
- 1
src/freedombone-image-customise Ver arquivo

372
 chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
372
 chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
373
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
373
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
374
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
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
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
377
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
378
 
378