From fe23760f25714e4e5b1d62a1765bd69a621677bc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 15 Feb 2011 14:56:59 +0100 Subject: [PATCH] oops --- source/steps/InstallBootstrapFS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0