summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initd/early.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/initd/early.c b/initd/early.c
index a9f6afb..c622aec 100644
--- a/initd/early.c
+++ b/initd/early.c
@@ -29,6 +29,7 @@ early_mounts(void)
{
mount("proc", "/proc", "proc", MS_NOATIME, 0);
mount("sysfs", "/sys", "sysfs", MS_NOATIME, 0);
+ mount("none", "/sys/fs/cgroup", "cgroup", 0, 0);
mount("tmpfs", "/tmp", "tmpfs", MS_NOSUID | MS_NODEV | MS_NOATIME, NULL);
mkdir("/tmp/run", 0777);