mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
kexecboot_cfg: fix against unwanted appendings to boot.cfg
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
1d536390dc
commit
5e593fa0c7
@@ -21,8 +21,11 @@ do_configure_prepend () {
|
||||
}
|
||||
|
||||
do_install_prepend () {
|
||||
echo '# First kernel stanza.
|
||||
echo '# /boot/boot.cfg - KEXECBOOT configuration file.
|
||||
#
|
||||
# First kernel stanza.
|
||||
# Show this label in kexecboot menu.
|
||||
#
|
||||
LABEL=${KEXECBOOT_LABEL}
|
||||
#
|
||||
# Specify full kernel path on target.
|
||||
@@ -48,7 +51,7 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG}
|
||||
# LABEL=${KEXECBOOT_LABEL}-test
|
||||
# KERNEL=/boot/${KERNEL_IMAGETYPE}-test
|
||||
# APPEND=${CMDLINE}
|
||||
#' >> ${S}/boot.cfg
|
||||
#' > ${S}/boot.cfg
|
||||
}
|
||||
|
||||
do_install () {
|
||||
|
||||
Reference in New Issue
Block a user