Add wireless tools

This commit is contained in:
Bob Mottram 2016-04-26 09:44:42 +01:00
parent 359ebe7509
commit c363cb9c18
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,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 locales-all debconf
chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant
sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf