From 40c4e68266a7b04239394c528c4c290d960fc38c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 2 Dec 2014 13:40:11 +0100 Subject: [PATCH] previous commit accidentiall dropped the cgroup mount Signed-off-by: John Crispin --- initd/early.c | 1 + 1 file changed, 1 insertion(+) diff --git a/initd/early.c b/initd/early.c index 5a83d2c..beb7b69 100644 --- a/initd/early.c +++ b/initd/early.c @@ -63,6 +63,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", "/dev", "tmpfs", MS_NOATIME, "mode=0755,size=512K"); mkdir("/dev/shm", 0755); mkdir("/dev/pts", 0755); -- 2.11.0