X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallInit.py;h=32fbafec2cbca44261c56b00ffdc67435d42b530;hb=0badb83836184e9883bd25a62c8f918cdf936544;hp=2cf247a1447076ff3acd5ea097b6c66b07693ef5;hpb=407c42d8b3484bfbc022b511495e8f6132b3fd90;p=bootmanager.git diff --git a/source/steps/InstallInit.py b/source/steps/InstallInit.py index 2cf247a..32fbafe 100644 --- a/source/steps/InstallInit.py +++ b/source/steps/InstallInit.py @@ -64,10 +64,10 @@ def Run( vars, log ): except OSError, e: pass - utils.sysexec_noerr( "umount %s/proc" % SYSIMG_PATH ) - utils.sysexec_noerr( "umount %s/mnt/cdrom" % SYSIMG_PATH ) - utils.sysexec_noerr( "umount %s/vservers" % SYSIMG_PATH ) - utils.sysexec_noerr( "umount %s" % SYSIMG_PATH ) + utils.sysexec_noerr( "umount %s/proc" % SYSIMG_PATH , log ) + utils.sysexec_noerr( "umount %s/mnt/cdrom" % SYSIMG_PATH , log ) + utils.sysexec_noerr( "umount %s/vservers" % SYSIMG_PATH , log ) + utils.sysexec_noerr( "umount %s" % SYSIMG_PATH , log ) vars['ROOT_MOUNTED']= 0 # log.write( "Removing any old files, directories\n" )