mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
bootloader: Fix rebase error on f96752e
commit.
* gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to bootloader-name.
This commit is contained in:
parent
f96752e378
commit
fcf08b3261
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ (define (menu-entry->boot-parameters menu-entry)
|
|||
(boot-parameters
|
||||
(label (menu-entry-label menu-entry))
|
||||
(root-device #f)
|
||||
(boot-name 'custom)
|
||||
(bootloader-name 'custom)
|
||||
(store-device #f)
|
||||
(store-mount-point #f)
|
||||
(kernel (menu-entry-linux menu-entry))
|
||||
|
|
Loading…
Reference in a new issue