diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-06-10 18:44:35 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-06-10 18:44:35 +0200 |
commit | fcf08b32610648c9835e406ce1bf60b73c344742 (patch) | |
tree | c567afb6fd3d84d0648fed758a090b32c55d1b80 /gnu | |
parent | f96752e378e924b44f75f642104956314d7d5fe5 (diff) | |
download | guix-fcf08b32610648c9835e406ce1bf60b73c344742.tar.gz guix-fcf08b32610648c9835e406ce1bf60b73c344742.zip |
bootloader: Fix rebase error on f96752e commit.
* gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to
bootloader-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index fad5cf662c..5632029f73 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -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)) |