From abc62671e0f907938f841fc9726468b3293ccd2c Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Fri, 10 May 2024 00:23:05 +0200 Subject: gnu: podman: Drop obsolete comment. cgroup2 is now the default type. * gnu/packages/containers.scm (podman): Drop the comment. Change-Id: I197ed7e4901b26ad820295ed7adcaffd7bf533f5 Signed-off-by: Sharlatan Hellseher --- gnu/packages/containers.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 776fd3a7ac..a6b6f588cf 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -410,9 +410,6 @@ It can be used with QEMU, Hyperkit, Hyper-V and User-Mode Linux. The binary is called @command{gvproxy}.") (license license:asl2.0))) -;; For podman to work, the user needs to run -;; `sudo mount -t cgroup2 none /sys/fs/cgroup` - (define-public podman (package (name "podman") -- cgit 1.4.1