From: "Ludovic Courtès" <ludo@gnu.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: Giacomo Leidi <goodoldpaul@autistici.org>,
74955-done@debbugs.gnu.org,
Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: bug#74955: [PATCH] services: rootless-podman-service-type: Allow not installing podman.
Date: Mon, 06 Jan 2025 16:04:49 +0100 [thread overview]
Message-ID: <874j2c7zla.fsf@gnu.org> (raw)
In-Reply-To: <de2ca6114d6448a43223c7923f5ceae9b482e101.1734567063.git.~@wolfsden.cz> (Tomas Volf's message of "Thu, 19 Dec 2024 01:11:03 +0100")
[-- Attachment #1: Type: text/plain, Size: 657 bytes --]
Tomas Volf <~@wolfsden.cz> skribis:
> Sometimes you would want to skip on actually installing the podman package in
> order to save disk space and bandwidth. Even without installing it globally,
> podman can still be fetched via guix shell when required.
>
> * gnu/services/containers.scm (package-or-#f?): New procedure.
> (rootless-podman-configuration)<podman>: Change type to package-or-#f.
> (rootless-podman-service-profile): Produce empty list if not podman package.
> * doc/guix.texi (Miscellaneous Services): Document the change.
>
> Change-Id: If533d913ea190558ce7e206d98ada4d805270594
Applied with the change below.
Thanks everyone!
Ludo'.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 682 bytes --]
diff --git a/doc/guix.texi b/doc/guix.texi
index 22cea4e5d2..caebe3b03c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -41424,9 +41424,9 @@ Miscellaneous Services
Available @code{rootless-podman-configuration} fields are:
@table @asis
-@item @code{podman} (default: @code{podman}) (type: package-of-#f)
+@item @code{podman} (default: @code{podman}) (type: package-or-#f)
The Podman package that will be installed in the system profile.
-@code{#f} can be passed to suppress the installation.
+Pass @code{#f} to not install Podman.
@item @code{group-name} (default: @code{"cgroup"}) (type: string)
The name of the group that will own /sys/fs/cgroup resources. Users that
prev parent reply other threads:[~2025-01-06 15:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-19 0:11 [bug#74955] [PATCH] services: rootless-podman-service-type: Allow not installing podman Tomas Volf
[not found] ` <AM8PR05MB7252209208426CA3F51CE1A4D0022@AM8PR05MB7252.eurprd05.prod.outlook.com>
2024-12-28 1:09 ` Tomas Volf
2024-12-28 15:22 ` Giacomo Leidi
2024-12-29 4:39 ` Maxim Cournoyer
2025-01-06 15:04 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874j2c7zla.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=74955-done@debbugs.gnu.org \
--cc=goodoldpaul@autistici.org \
--cc=maxim.cournoyer@gmail.com \
--cc=~@wolfsden.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.