|
@@ -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
|
|