1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00
guix/gnu/system
Andreas Enge 9a41ec5762
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
2025-02-17 14:57:55 +01:00
..
examples system: examples: Fix typo in bare-hurd.tmpl. 2024-12-18 21:31:43 +01:00
images gnu: pinebook-pro-image-type: augment partition offset. 2025-01-01 13:38:27 +01:00
accounts.scm system: Add /etc/subuid and /etc/subgid support. 2024-12-18 18:32:40 +01:00
file-systems.scm
hurd.scm services: shepherd: Default to 1.0. 2024-12-09 23:15:44 +01:00
image.scm
install.scm
keyboard.scm
linux-container.scm gnu: guix-configuration: Add a chroot? parameter. 2025-02-17 14:57:55 +01:00
linux-initrd.scm
locale.scm
mapped-devices.scm
nss.scm
pam.scm system: pam: Export pam records predicates. 2024-12-18 18:32:40 +01:00
privilege.scm
setuid.scm
shadow.scm system: Add /etc/subuid and /etc/subgid support. 2024-12-18 18:32:40 +01:00
uuid.scm
vm.scm build: marionette: Make it possible to reboot VM during tests. 2025-02-13 00:07:21 +09:00