guix-devel/gnu
Ludovic Courtès 3f9bed04f0
linux-container: Compute essential services for THIS-OPERATING-SYSTEM.
Previously, the 'essential-services' would correspond to the initial,
non-containerized OS.  Thus, all the file systems removed in
'container-essential-services' would actually still be there because the
essential services would be computed on the non-containerized OS.

This is a followup to 69cae3d335.

* gnu/system/linux-container.scm (container-essential-services): Call
'operating-system-default-essential-services' to get the baseline
services.
(containerized-operating-system): Pass THIS-OPERATING-SYSTEM, not OS, to
'container-essential-services'.
Add a dummy root file system to 'file-systems'.
(container-script)[mountable-file-system?]: New procedure.
Use it.
2019-05-15 16:36:21 +02:00
..
bootloader bootloader: grub: Remove unneeded 'terminal_output'. 2019-05-09 12:11:36 +02:00
build marionette: Add braces to the keystrokes. 2019-05-15 12:18:51 +02:00
installer installer: Rename 'auto-partition' to 'auto-partition!'. 2019-05-15 16:36:20 +02:00
packages gnu: Add python-pylzma. 2019-05-15 15:22:22 +02:00
services tests: Skip unreliable "herd invalidate nscd" test. 2019-05-15 12:18:51 +02:00
system linux-container: Compute essential services for THIS-OPERATING-SYSTEM. 2019-05-15 16:36:21 +02:00
tests tests: Skip unreliable "herd invalidate nscd" test. 2019-05-15 12:18:51 +02:00
artwork.scm
bootloader.scm
ci.scm
installer.scm installer: Increase backtrace verbosity. 2019-05-15 09:28:45 +02:00
local.mk gnu: ocaml-base64: Update to 3.2.0. 2019-05-14 21:05:32 +02:00
packages.scm
services.scm services: 'gc-root-service-type' now has a default value. 2019-05-10 23:29:18 +02:00
system.scm system: Export 'operating-system-default-essential-services'. 2019-05-10 23:29:18 +02:00
tests.scm