guix-mirrors/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 services: base: Add optional delayed mount of file-systems 2024-06-04 12:08:34 +02:00
hurd.scm services: shepherd: Default to 1.0. 2024-12-09 23:15:44 +01:00
image.scm image: Add support for btrfs. 2024-10-14 14:08:43 +02:00
install.scm install: Open info manuals that have region codes. 2024-11-20 16:01:47 +01:00
keyboard.scm
linux-container.scm gnu: guix-configuration: Add a chroot? parameter. 2025-02-17 14:57:55 +01:00
linux-initrd.scm linux-initrd: Export ‘file-system-modules’. 2024-11-18 10:58:42 +01:00
locale.scm system: locale: ‘glibc-supported-locales’ uses zstd instead of xz. 2024-09-09 17:17:55 +02:00
mapped-devices.scm mapped-devices: lvm: Add missing module import. 2024-05-27 19:30:22 +02:00
nss.scm
pam.scm system: pam: Export pam records predicates. 2024-12-18 18:32:40 +01:00
privilege.scm privilege: Add file-like->setuid-program helper. 2024-09-08 02:00:00 +02:00
setuid.scm privilege: Add file-like->setuid-program helper. 2024-09-08 02:00:00 +02:00
shadow.scm system: Add /etc/subuid and /etc/subgid support. 2024-12-18 18:32:40 +01:00
uuid.scm uuid: Add support for exFAT. 2024-09-01 02:00:00 +02:00
vm.scm build: marionette: Make it possible to reboot VM during tests. 2025-02-13 00:07:21 +09:00