public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mountkernfs: Mount cgroup2 hierarchy
@ 2021-07-16 11:14 Michael Tremer
  2021-07-16 11:14 ` [PATCH 2/2] libvirtd: Enable required cgroups Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2021-07-16 11:14 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 src/initscripts/system/mountkernfs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/initscripts/system/mountkernfs b/src/initscripts/system/mountkernfs
index f0bfc5289..264da24c4 100644
--- a/src/initscripts/system/mountkernfs
+++ b/src/initscripts/system/mountkernfs
@@ -34,6 +34,11 @@ case "${1}" in
 			mount -n -t tmpfs -o nosuid,nodev,mode=755,size=8M /run /run || failed=1
 		fi
 
+		if ! mountpoint /sys/fs/cgroup &> /dev/null; then
+			boot_mesg -n " /sys/fs/cgroup" ${NORMAL}
+			mount -t cgroup2 none /sys/fs/cgroup || failed=1
+		fi
+
 		# create folder for dhcpcd changeroot
 		mkdir -p /run/dhcpcd/chroot
 		chown dhcpcd:dhcpcd /run/dhcpcd/chroot
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-16 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 11:14 [PATCH 1/2] mountkernfs: Mount cgroup2 hierarchy Michael Tremer
2021-07-16 11:14 ` [PATCH 2/2] libvirtd: Enable required cgroups Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox