瀏覽代碼

Utility to list usb devices

Bob Mottram 8 年之前
父節點
當前提交
6fbafc39bc
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-image-customise

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

@@ -752,6 +752,7 @@ chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover ava
752 752
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
753 753
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
754 754
 chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant
755
+chroot "$rootdir" apt-get install -y usbutils
755 756
 
756 757
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
757 758
 sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf