kexecboot-cfg: update and use new LABEL separator

* previously the sections were separated by KERNEL string

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andrea Adami 2012-06-18 22:58:04 +00:00 committed by Koen Kooi
parent 4683b70b14
commit 1e26b20707

View File

@ -21,11 +21,10 @@ do_configure_prepend () {
do_install_prepend () {
echo '# First kernel stanza.
# Specify full kernel path on target.
KERNEL=/boot/${KERNEL_IMAGETYPE}
# Show this label in kexecboot menu.
LABEL=${KEXECBOOT_LABEL}
# Specify full kernel path on target.
KERNEL=/boot/${KERNEL_IMAGETYPE}
#
# Append this tags to the kernel cmdline.
APPEND=${CMDLINE} ${CMDLINE_DEBUG}
@ -44,8 +43,8 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG}
#
#
# Second kernel stanza.
# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
# LABEL=${KEXECBOOT_LABEL}-test
# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
# APPEND=${CMDLINE}
#' >> ${S}/boot.cfg
}