cgroup is mounted automatically in F16. No need to do so manually.
[bootmanager.git] / source / steps / InstallBootstrapFS.py
index 7acef61..47e2748 100644 (file)
@@ -172,10 +172,6 @@ def Run( vars, log ):
                     SYSIMG_PATH + "/usr/boot/cacert.pem")
         file(SYSIMG_PATH + "/usr/boot/boot_server", "w").write(boot_server)
         shutil.copy("/usr/bootme/pubring.gpg", SYSIMG_PATH + "/usr/boot/pubring.gpg")
-    
-    # Creating /cgroup directory
-    if not os.path.exists(SYSIMG_PATH + "/cgroup"):
-        utils.makedirs(SYSIMG_PATH + "/cgroup")
 
     # For backward compatibility
     if os.path.exists("/usr/bootme"):