guix/gnu/system
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
..
examples doc: Use Screen and OpenSSH in the bare-bones example. 2017-09-12 23:56:34 +02:00
file-systems.scm file-systems: Add a 'location' field to <file-system>. 2017-10-05 12:09:17 +02:00
install.scm install: Include the whole bare-bones OS in the image. 2017-09-12 23:56:33 +02:00
linux-container.scm file-systems: Add 'file-system-mapping->bind-mount'. 2017-02-03 00:23:28 +01:00
linux-initrd.scm file-systems: 'mount-file-system' now takes a <file-system> object. 2017-10-11 11:12:33 +02:00
locale.scm locale: Demonadify the locale creation API. 2017-07-17 23:41:36 +02:00
mapped-devices.scm system: Introduce a disjoint UUID type. 2017-09-11 22:24:46 +02:00
nss.scm nss: Add '%mdns-host-lookup-nss'. 2015-05-08 16:35:32 +02:00
pam.scm services: Move 'session-environment-service-type' to pam.scm. 2017-09-22 00:05:08 +02:00
shadow.scm system: Add 'grep --color' alias in '.bash_profile' skeleton. 2017-07-27 14:44:28 +02:00
uuid.scm uuid: Add 'uuid=?' and use it. 2017-10-05 12:09:17 +02:00
vm.scm vm: Add disk-image-size to <virtual-machine>. 2017-10-04 07:16:43 +01:00