From: Thierry Parmentelat Date: Tue, 15 Feb 2011 13:56:59 +0000 (+0100) Subject: oops X-Git-Tag: bootmanager-5.0-17~1 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=fe23760f25714e4e5b1d62a1765bd69a621677bc oops --- diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index ccfad6b..39c8ecc 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -185,7 +185,7 @@ def Run( vars, log ): " >%s/etc/pki/rpm-gpg/RPM-GPG-KEY-planetlab" % (SYSIMG_PATH, SYSIMG_PATH), log) utils.sysexec_chroot(SYSIMG_PATH, "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-planetlab", log) - // keep a log on the installed hdd + # keep a log on the installed hdd stamp=file(SYSIMG_PATH + "/bm-install.txt",'w') now=time.strftime("%Y-%b-%d @ %H:%M %Z", time.gmtime()) stamp.write("Hard drive installed by BootManager %s\n"%VERSION)