diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-11-28 17:14:33 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-11-28 17:14:33 -0600 |
commit | 3de6395ae3b8780ab501f3cf8688e1cb2a9f0243 (patch) | |
tree | 0f92c5cbaa01841dbcf1821b887bef094865c201 /runlevels/Makefile | |
parent | 6bb7ebec483a96e258c64ea3fea18358d7893fee (diff) |
split cgroups mounting out of sysfs
This is neceessary to allow cgroups to be mounted in an lxc/lxd
container.
Fixes https://github.com/openrc/openrc/issues/187
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index 8007bdda..f000db0d 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -38,7 +38,7 @@ BOOT-FreeBSD+= adjkerntz dumpon syscons BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs termencoding SHUTDOWN-Linux= killprocs mount-ro -SYSINIT-Linux= devfs dmesg sysfs +SYSINIT-Linux= devfs cgroups dmesg sysfs # Generic BSD stuff BOOT-NetBSD+= hostid newsyslog savecore syslogd |