From: Konrad Rzeszutek Wilk Date: Fri, 28 Jun 2013 13:42:19 +0000 (-0400) Subject: rcd: No need to run these from the initial script and depend X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f0588c8bb74f3c4a0a5e5e42c47d426ba85c4a36;p=xentesttools%2Fbootstrap.git rcd: No need to run these from the initial script and depend on network always being on. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/etc/init.d/rcS b/root_image/etc/init.d/rcS index 1669373..251c03e 100755 --- a/root_image/etc/init.d/rcS +++ b/root_image/etc/init.d/rcS @@ -129,10 +129,6 @@ if [ -x /init.late ]; then /init.late fi -ntpdate time.apple.com -hwclock -w -date - TEST=$(boot_parameter 'test') if [ $? == 0 ]; then echo "Starting $TEST testcase.."