guix-devel/gnu/system
Ludovic Courtès 6b779207ee system: grub: Search root device by label or UUID if possible.
Fixes <http://bugs.gnu.org/22281>.
Reported by Christopher Allan Webber <cwebber@dustycloud.org>.

* gnu/system/grub.scm (eye-candy): Add 'root-fs' parameter.  Replace
'search --file' command in the output with whatever 'grub-root-search'
returns.
(grub-root-search): New procedure.
(grub-configuration-file): Add 'store-fs' parameter.  Use
'grub-root-search' instead of hard-coded 'search --file' commands.
* gnu/system.scm (store-file-system,
operating-system-store-file-system): New procedures.
(operating-system-grub.cfg): Use it, and adjust call to
'grub-configuration-file'.
* tests/system.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
2016-01-22 00:02:52 +01:00
..
examples doc: Be more explicit in example of file-systems configuration. 2015-12-21 13:12:07 -05:00
file-systems.scm file-systems: Move 'string->uuid' to the build side. 2016-01-01 22:41:35 +01:00
grub.scm system: grub: Search root device by label or UUID if possible. 2016-01-22 00:02:52 +01:00
install.scm install: Run GPM. 2015-11-07 18:56:17 +01:00
linux-container.scm services: Add 'system-service-type'. 2015-11-02 22:25:11 +01:00
linux-initrd.scm linux-initrd: Remove "usbkbd" from the default set of modules. 2016-01-17 22:01:47 +01:00
locale.scm system: Add 'locale-libcs' field. 2015-10-30 23:05:52 +01:00
nss.scm nss: Add '%mdns-host-lookup-nss'. 2015-05-08 16:35:32 +02:00
pam.scm system: pam: Honor /etc/environment. 2015-12-05 10:51:49 +08:00
shadow.scm system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE. 2015-11-11 00:37:50 +01:00
vm.scm system: Allow the root file system to have a UUID. 2016-01-01 22:34:13 +01:00