mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user