From de008e4f99bc9ea77b07cfcad5bfc42dde281126 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 6 Oct 2016 20:47:23 +0100 Subject: [PATCH] hostapd for wifi --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 7f430c87..099f95bc 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1014,7 +1014,7 @@ chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-nam chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant usbutils if [[ $ARCHITECTURE == 'qemu'* || $ARCHITECTURE == 'i386' || $ARCHITECTURE == 'i686' || $ARCHITECTURE == 'amd64' || $ARCHITECTURE == 'x86_64' ]]; then chroot "$rootdir" apt-get install -y cryptsetup zsh pinentry-curses iotop bc - chroot "$rootdir" apt-get install -y grub2 + chroot "$rootdir" apt-get install -y grub2 hostapd fi sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf