guix/gnu
Ludovic Courtès 1c65cca574
file-systems: 'mount-file-system' now takes a <file-system> object.
* gnu/build/file-systems.scm (mount-file-system): Rename 'spec' to 'fs'
and assume it's a <file-system>.
* gnu/build/linux-boot.scm (boot-system): Assume MOUNTS is a list of
<file-system> and adjust accordingly.
* gnu/build/linux-container.scm (mount-file-systems): Remove
'file-system->spec' call.
* gnu/services/base.scm (file-system-shepherd-service): Add
'spec->file-system' call.  Add (gnu system file-systems) to 'modules'.
* gnu/system/linux-initrd.scm (raw-initrd): Use (gnu system
file-systems).  Add 'spec->file-system' call for #:mounts.
2017-10-11 11:12:33 +02:00
..
bootloader
build file-systems: 'mount-file-system' now takes a <file-system> object. 2017-10-11 11:12:33 +02:00
packages gnu: Add freehdl. 2017-10-11 11:12:33 +02:00
services file-systems: 'mount-file-system' now takes a <file-system> object. 2017-10-11 11:12:33 +02:00
system file-systems: 'mount-file-system' now takes a <file-system> object. 2017-10-11 11:12:33 +02:00
tests tests: databases: Add a simple test for MySQL. 2017-10-08 17:31:49 +01:00
artwork.scm
bootloader.scm
local.mk Merge branch 'staging' 2017-10-10 21:44:32 +02:00
packages.scm
services.scm
system.scm system: operating-system-etc-service: Set XCURSOR_PATH. 2017-10-10 10:22:08 +02:00
tests.scm