瀏覽代碼

Add wireless tools

Bob Mottram 9 年之前
父節點
當前提交
c363cb9c18
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 查看文件

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