From fcf08b32610648c9835e406ce1bf60b73c344742 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 10 Jun 2017 18:44:35 +0200 Subject: [PATCH] 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(-) diff --git a/gnu/system.scm b/gnu/system.scm index fad5cf662cf1b8066c473706db9daa1ef59c7681..5632029f73ced8d56dd3bc78f6e6a355f5f493b4 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))