]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
rcd: No need to run these from the initial script and depend
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 28 Jun 2013 13:42:19 +0000 (09:42 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 28 Jun 2013 13:42:19 +0000 (09:42 -0400)
on network always being on.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/etc/init.d/rcS

index 16693734f1140114fd050659512162e3a53aeba9..251c03eee6e55b4e6b0f9f1db7774ed9b5d3046a 100755 (executable)
@@ -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.."