소스 검색

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