guix-devel/gnu/system
Ludovic Courtès d4c87617e5 system: File system sources can be marked as labels or devices.
* gnu/system/file-systems.scm (<file-system>)[title]: New field.
* gnu/services/base.scm (file-system-service): Add #:title parameter.
  In 'start' gexp, use 'canonicalize-device-spec' and honor TITLE.
* gnu/system.scm (other-file-system-services,
  operating-system-root-file-system, operating-system-initrd-file):
  Adjust accordingly.
* gnu/system/linux-initrd.scm (file-system->spec): Likewise.
* gnu/system/vm.scm (system-disk-image): Add 'title' field for the root
  file system.
* guix/build/linux-initrd.scm (mount-file-system): Expect the second
  element of SPEC to be the title.
  (boot-system)[root-mount-point?, root-fs-type]: Likewise.
* gnu/services/dmd.scm (dmd-configuration-file): Select
  'canonicalize-device-spec'.
2014-06-03 00:14:58 +02:00
..
file-systems.scm system: File system sources can be marked as labels or devices. 2014-06-03 00:14:58 +02:00
grub.scm system: Add 'grub-configuration' record. 2014-05-18 22:27:23 +02:00
install.scm Add (gnu system install). 2014-05-31 22:13:33 +02:00
linux-initrd.scm system: File system sources can be marked as labels or devices. 2014-06-03 00:14:58 +02:00
linux.scm system: Make accounts and groups at activation time. 2014-05-11 22:41:58 +02:00
shadow.scm system: Move skeleton code to (gnu system shadow). 2014-05-14 01:02:46 +02:00
vm.scm system: File system sources can be marked as labels or devices. 2014-06-03 00:14:58 +02:00