[Libguestfs] [PATCH v3 3/4] appliance: Change example ping lines to ping 8.8.8.8.

Richard W.M. Jones rjones at redhat.com
Thu Oct 2 12:51:23 UTC 2014


This are commented out (still) so this change does nothing.
---
 appliance/init | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/appliance/init b/appliance/init
index f719a72..3d704ba 100755
--- a/appliance/init
+++ b/appliance/init
@@ -114,8 +114,7 @@ if grep -sq guestfs_verbose=1 /proc/cmdline; then
     date
     echo -n "clocksource: "
     cat /sys/devices/system/clocksource/clocksource0/current_clocksource
-    #ping -n -v -c 5 10.0.2.2
-    #ping -n -v -c 5 10.0.2.4
+    #ping -n -v -c 5 8.8.8.8
 
     echo -n "uptime: "; cat /proc/uptime
 fi
-- 
2.0.4




More information about the Libguestfs mailing list