diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-05-10 00:23:05 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-21 22:16:35 +0100 |
commit | abc62671e0f907938f841fc9726468b3293ccd2c (patch) | |
tree | f4a41057b0d0cdfe192aaee2f7a83f659562d562 | |
parent | 5c5e2a749140e54aefcd20b08839fdbf9db0acba (diff) | |
download | guix-abc62671e0f907938f841fc9726468b3293ccd2c.tar.gz |
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 <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/containers.scm | 3 |
1 files changed, 0 insertions, 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") |