mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
system: grub: Use (first all-entries) instead of (first entries).
* gnu/system/grub.scm (grub-configuration-file): Use (first all-entries) instead of (first entries).
This commit is contained in:
parent
99828febe0
commit
0ab1e8ae88
1 changed files with 2 additions and 2 deletions
|
@ -298,9 +298,9 @@ (define entry->gexp
|
|||
#$initrd)))))
|
||||
|
||||
(mlet %store-monad ((sugar (eye-candy config
|
||||
(menu-entry-device (first entries))
|
||||
(menu-entry-device (first all-entries))
|
||||
(menu-entry-device-mount-point
|
||||
(first entries))
|
||||
(first all-entries))
|
||||
#:system system
|
||||
#:port #~port)))
|
||||
(define builder
|
||||
|
|
Loading…
Reference in a new issue