From fcf08b32610648c9835e406ce1bf60b73c344742 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 10 Jun 2017 18:44:35 +0200 Subject: bootloader: Fix rebase error on f96752e commit. * gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to bootloader-name. --- gnu/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system.scm') 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)) -- cgit v1.2.3