X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallBootstrapFS.py;h=bc464507e810b3914fde1173a606d0018056313a;hb=89d9c16f082121082cba04842d652a3db89bcb5f;hp=d8d3911a96c2b5d206cec7a9ee3bf0e20be01d85;hpb=b1ac28074329066ca96da69c26cc9eb83c363ab2;p=bootmanager.git diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index d8d3911..bc46450 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -174,7 +174,7 @@ def Run( vars, log ): shutil.copy("/usr/bootme/pubring.gpg", SYSIMG_PATH + "/usr/boot/pubring.gpg") # Creating /cgroup directory - if not os.path.exists(SYSIMG_PATH + "/cgroup") + if not os.path.exists(SYSIMG_PATH + "/cgroup"): utils.makedirs(SYSIMG_PATH + "/cgroup") # For backward compatibility