From: Sapan Bhatia Date: Tue, 21 Feb 2012 20:48:13 +0000 (-0500) Subject: this line breaks the boot process. ntpd will be enabled directly in bootstrapfs X-Git-Tag: lxcbuildf16~1 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=d064eb036a165f780a77e0240892615db57bc78b this line breaks the boot process. ntpd will be enabled directly in bootstrapfs --- 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) ):