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 @@ (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))