guix/gnu/system
Ludovic Courtès be21979d85 file-systems: Add a 'mount?' field.
Fixes <http://bugs.gnu.org/22176>.
Reported by Florian Paul Schmidt <mista.tapas@gmx.net>.

* gnu/system/file-systems.scm (<file-system>)[mount?]: New field.
(file-system->spec): Adjust accordingly.
* gnu/services/base.scm (file-system-dmd-service): Return the empty list
when FILE-SYSTEM has 'mount?' set to false.
(user-processes-service): Select the subset of FILE-SYSTEMS that matches
'file-system-mount?'.
* doc/guix.texi (File Systems): Document it.
2015-12-22 00:29:21 +01:00
..
examples
file-systems.scm file-systems: Add a 'mount?' field. 2015-12-22 00:29:21 +01:00
grub.scm
install.scm
linux-container.scm
linux-initrd.scm
locale.scm
nss.scm
pam.scm
shadow.scm
vm.scm