|
@@ -484,7 +484,7 @@ chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential open
|
484
|
484
|
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
|
485
|
485
|
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
|
486
|
486
|
chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
|
487
|
|
-chroot "$rootdir" apt-get install -y locales locales-all debconf
|
|
487
|
+chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant
|
488
|
488
|
|
489
|
489
|
sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
|
490
|
490
|
|