[PATCH rhel6-branch] Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (#979163)

Radek Vykydal rvykydal at redhat.com
Wed May 7 12:16:47 UTC 2014


Related: rhbz#979163
---
 scripts/mk-images    | 1 +
 scripts/upd-instroot | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/mk-images b/scripts/mk-images
index 48c13cb..a2a4f7c 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -949,6 +949,7 @@ EOF
     instbin $IMGPATH /usr/sbin/blkid $MBD_DIR /sbin/blkid
     instbin $IMGPATH /usr/bin/uname $MBD_DIR /sbin/uname
     instbin $IMGPATH /sbin/killall5 $MBD_DIR /sbin/killall5
+    instbin $IMGPATH /usr/bin/ping $MBD_DIR /sbin/ping
     ln -sf killall5 $MBD_DIR/sbin/pidof
 
     # Indirect dependencies
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 05fa30d..0e24e7a 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -341,6 +341,7 @@ bin/more
 bin/mount
 bin/mv
 bin/ntfs-3g
+bin/ping
 bin/ps
 bin/pwd
 bin/rm
@@ -771,7 +772,6 @@ bin/find
 bin/gzip
 bin/ls
 bin/mknod
-bin/ping
 bin/ping6
 bin/ps
 bin/sort
@@ -860,7 +860,6 @@ bin/find
 bin/gunzip
 bin/gzip
 bin/mt
-bin/ping
 bin/sync
 bin/tar
 bin/zcat
-- 
1.7.11.7



More information about the anaconda-patches mailing list