diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-09-15 18:15:14 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-18 23:43:06 +0100 |
commit | 5e593fa0c754b7913a7bd88236ee7d949b21d897 (patch) | |
tree | 32a66fcb1a9372daac7b02966f1af1eefb0c6c38 /meta-initramfs/recipes-bsp | |
parent | 1d536390dcafe4d539335dec2173aa9ddc3d8b51 (diff) | |
download | meta-openembedded-5e593fa0c754b7913a7bd88236ee7d949b21d897.tar.gz |
kexecboot_cfg: fix against unwanted appendings to boot.cfg
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-bsp')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb index 6f21e5261..af3320f8a 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb | |||
@@ -21,8 +21,11 @@ do_configure_prepend () { | |||
21 | } | 21 | } |
22 | 22 | ||
23 | do_install_prepend () { | 23 | do_install_prepend () { |
24 | echo '# First kernel stanza. | 24 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. |
25 | # | ||
26 | # First kernel stanza. | ||
25 | # Show this label in kexecboot menu. | 27 | # Show this label in kexecboot menu. |
28 | # | ||
26 | LABEL=${KEXECBOOT_LABEL} | 29 | LABEL=${KEXECBOOT_LABEL} |
27 | # | 30 | # |
28 | # Specify full kernel path on target. | 31 | # Specify full kernel path on target. |
@@ -48,7 +51,7 @@ APPEND=${CMDLINE} ${CMDLINE_DEBUG} | |||
48 | # LABEL=${KEXECBOOT_LABEL}-test | 51 | # LABEL=${KEXECBOOT_LABEL}-test |
49 | # KERNEL=/boot/${KERNEL_IMAGETYPE}-test | 52 | # KERNEL=/boot/${KERNEL_IMAGETYPE}-test |
50 | # APPEND=${CMDLINE} | 53 | # APPEND=${CMDLINE} |
51 | #' >> ${S}/boot.cfg | 54 | #' > ${S}/boot.cfg |
52 | } | 55 | } |
53 | 56 | ||
54 | do_install () { | 57 | do_install () { |