From f0588c8bb74f3c4a0a5e5e42c47d426ba85c4a36 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 28 Jun 2013 09:42:19 -0400 Subject: [PATCH] rcd: No need to run these from the initial script and depend on network always being on. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/etc/init.d/rcS | 4 ---- 1 file changed, 4 deletions(-) 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.." -- 2.39.5