summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-06-10 18:44:35 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2017-06-10 18:44:35 +0200
commitfcf08b32610648c9835e406ce1bf60b73c344742 (patch)
treec567afb6fd3d84d0648fed758a090b32c55d1b80 /gnu/system.scm
parentf96752e378e924b44f75f642104956314d7d5fe5 (diff)
downloadpatches-fcf08b32610648c9835e406ce1bf60b73c344742.tar
patches-fcf08b32610648c9835e406ce1bf60b73c344742.tar.gz
bootloader: Fix rebase error on f96752e commit.
* gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to bootloader-name.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
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))