mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
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. |
||
|---|---|---|
| .. | ||
| build | ||
| packages | ||
| services | ||
| system | ||
| artwork.scm | ||
| packages.scm | ||
| services.scm | ||
| system.scm | ||