From d064eb036a165f780a77e0240892615db57bc78b Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 21 Feb 2012 15:48:13 -0500 Subject: [PATCH] this line breaks the boot process. ntpd will be enabled directly in bootstrapfs --- source/steps/InstallWriteConfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/steps/InstallWriteConfig.py b/source/steps/InstallWriteConfig.py index 976b1b2..c9b3281 100644 --- a/source/steps/InstallWriteConfig.py +++ b/source/steps/InstallWriteConfig.py @@ -72,8 +72,8 @@ def Run( vars, log ): utils.sysexec_chroot( SYSIMG_PATH, "ln -sf /usr/share/zoneinfo/UTC /etc/localtime", log ) - log.write( "Enabling ntp at boot\n" ) - utils.sysexec_chroot( SYSIMG_PATH, "chkconfig ntpd on", log ) + #log.write( "Enabling ntp at boot\n" ) + #utils.sysexec_chroot( SYSIMG_PATH, "chkconfig ntpd on", log ) log.write( "Creating system directory %s\n" % PLCONF_DIR ) if not utils.makedirs( "%s/%s" % (SYSIMG_PATH,PLCONF_DIR) ): -- 2.43.0