X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallInit.py;h=c609818a9a98d8b036791aef33d5543a89138051;hb=05fcdf2237fe6100cc31828ca206d42b24e8ae5a;hp=9eb99004228cff14eeb271c7a221a6cd34b22973;hpb=e56dca286266de0ffda334ad80d89db198641624;p=bootmanager.git diff --git a/source/steps/InstallInit.py b/source/steps/InstallInit.py index 9eb9900..c609818 100644 --- a/source/steps/InstallInit.py +++ b/source/steps/InstallInit.py @@ -60,7 +60,7 @@ def Run( vars, log ): try: # backwards compat, though, we should never hit this case post PL 3.2 os.stat("%s/rcfs/taskclass"%SYSIMG_PATH) - utils.sysexec_noerr( "chroot %s umount /rcfs" % SYSIMG_PATH, log ) + utils.sysexec_chroot_noerr( SYSIMG_PATH, "umount /rcfs", log ) except OSError, e: pass