mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: guix-configuration: Add a chroot? parameter.
The parameter should take the values #t, #f or 'default. In a container environment, 'default amounts to #f, otherwise it amounts to #t. * gnu/services/base.scm (guix-configuration)<chroot?>: New field. (guix-shepherd-service): If chroot? is #f, add "--disable-chroot". If it is #t or 'default, do nothing. * gnu/system/linux-container.scm (containerized-operating-system): If chroot? is 'default, replace it by #f. * doc/guix.texi: Document the parameter. Change-Id: I8b9c3f46ad8650fa6ed4acee947b4ae5d002d03d
This commit is contained in:
@@ -19940,6 +19940,13 @@ Name of the group for build user accounts.
|
||||
@item @code{build-accounts} (default: @code{10})
|
||||
Number of build user accounts to create.
|
||||
|
||||
@item @code{chroot?} (default: @code{'default})
|
||||
The value should be one of @code{#t} or @code{#f}, in which
|
||||
case chroot is enabled or disabled, respectively;
|
||||
or it should be @code{'default}, which amounts to @code{#f} in
|
||||
Docker containers (so that they can be run in non-privileged mode)
|
||||
or @code{#t} otherwise.
|
||||
|
||||
@item @code{authorize-key?} (default: @code{#t})
|
||||
@cindex substitutes, authorization thereof
|
||||
Whether to authorize the substitute keys listed in
|
||||
|
||||
Reference in New Issue
Block a user