소스 검색

Add ping command to image

Bob Mottram 10 년 전
부모
커밋
873204bba6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 파일 보기

@@ -337,7 +337,7 @@ fi
337 337
 
338 338
 chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential openssh-server
339 339
 chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
340
-chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager
340
+chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
341 341
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
342 342
 
343 343
 chroot "$rootdir" /bin/bash -x <<EOF