mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
4683b70b14
commit
1e26b20707
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user