guix/gnu
Mathieu Othacehe 8ce6f4dc28
installer: Run the installation inside a container.
When the store overlay is mounted, other processes such as kmscon, udev
and guix-daemon may open files from the store, preventing the
underlying install support from being umounted. See:
https://lists.gnu.org/archive/html/guix-devel/2018-12/msg00161.html.

To avoid this situation, mount the store overlay inside a container,
and run the installation from within that container.

* gnu/build/shepherd.scm (fork+exec-command/container): New procedure.
* gnu/services/base.scm (guix-shepherd-service): Support an optional PID
argument passed to the "start" method. If that argument is passed, ensure that
guix-daemon enters the given PID MNT namespace by using
fork+exec-command/container procedure.
* gnu/installer/final.scm (umount-cow-store): Remove it,
(install-system): run the installation from within a container.
* gnu/installer/newt/final.scm (run-install-shell): Remove the display hack.
2020-09-02 17:05:23 +02:00
..
bootloader
build installer: Run the installation inside a container. 2020-09-02 17:05:23 +02:00
installer installer: Run the installation inside a container. 2020-09-02 17:05:23 +02:00
machine
packages gnu: nyxt: Update to 2-pre-release-1. 2020-09-02 15:18:01 +02:00
services installer: Run the installation inside a container. 2020-09-02 17:05:23 +02:00
system install: Factorize cow-store procedure. 2020-09-02 17:05:22 +02:00
tests
artwork.scm
bootloader.scm
ci.scm gnu: ci: Set label in iso9660 jobs. 2020-08-31 16:12:31 +02:00
image.scm
installer.scm
local.mk gnu: ttfautohint: Update to 1.8.3. 2020-09-01 23:36:52 +03:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm