3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Mathieu Othacehe 2017-06-10 18:44:35 +02:00
parent f96752e378
commit fcf08b3261
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -306,7 +306,7 @@ The object has its kernel-arguments extended in order to make it bootable."
(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))