guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] daemon: Split CHROOT_ENABLED into CHROOT_ENABLED and CONTAINER_E


From: Manolis Ragkousis
Subject: [PATCH] daemon: Split CHROOT_ENABLED into CHROOT_ENABLED and CONTAINER_ENABLED.
Date: Thu, 20 Aug 2015 14:16:29 +0300

With this patch, the daemon can perform chrooted builds on Hurd, without
creating problems to other parts of the daemon that can't be supported.

So as Mark said, the cases are:

1. CONTAINER_ENABLED and CHROOT_ENABLED are both true.
In this case, the daemon works as expected, which is what happens in Linux now.

2. CONTAINER_ENABLED is false and CHROOT_ENABLED is true.
Here, things like namespaces cannot be supported, but we can still
perform chrooted builds.

3. CONTAINER_ENABLED and CHROOT_ENABLED are both false.
Here, the daemon is unusable on the system, as it should.

Attachment: 0001-daemon-Split-CHROOT_ENABLED-into-CHROOT_ENABLED-and-.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]