guix/gnu/system
Ludovic Courtès e502bf8953 system: File systems depend on their corresponding device mappings.
Fixes a regression introduced in commit 0adfe95.

* gnu/system.scm (other-file-system-services)[requirements]: Remove.
  [add-dependencies]: New procedure.
  Use it.
* gnu/system/file-systems.scm (<file-system>)[dependencies]: Update
  comment.
* gnu/services/base.scm (mapped-device->dmd-service-name,
  dependency->dmd-service-name): New procedures.
  (file-system-service-type): Use it.
2015-10-29 19:07:58 +01:00
..
examples
file-systems.scm system: File systems depend on their corresponding device mappings. 2015-10-29 19:07:58 +01:00
grub.scm system: grub: Let GRUB choose the best graphics mode. 2015-10-29 19:07:57 +01:00
install.scm install: Set the mtime in the binary tarball to 1. 2015-10-17 12:20:39 +02:00
linux-container.scm
linux-initrd.scm linux-initrd: Use pata_acpi, pata_atiixp, and isci modules only on Intel. 2015-10-27 21:44:46 +01:00
linux.scm services: Introduce extensible services. 2015-10-10 22:55:15 +02:00
locale.scm
nss.scm
shadow.scm services: Introduce extensible services. 2015-10-10 22:55:15 +02:00
vm.scm