浏览代码

Add ping command to image

Bob Mottram 9 年前
父节点
当前提交
873204bba6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image-customise

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

337
 
337
 
338
 chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential openssh-server
338
 chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential openssh-server
339
 chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
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
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
341
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
342
 
342
 
343
 chroot "$rootdir" /bin/bash -x <<EOF
343
 chroot "$rootdir" /bin/bash -x <<EOF