From: Andrea Adami Date: Thu, 18 Feb 2010 23:16:39 +0000 (+0100) Subject: kexecboot-cfg_0.1: minor edits (one echo is enough). No runtime changes. X-Git-Tag: Release-2010-05/1~491^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162fb1acf2ed7854110ea7b3b64a6dfe38744094;p=openembedded.git kexecboot-cfg_0.1: minor edits (one echo is enough). No runtime changes. --- diff --git a/recipes/kexecboot/kexecboot-cfg_0.1.bb b/recipes/kexecboot/kexecboot-cfg_0.1.bb index b867457e22..f988f46781 100644 --- a/recipes/kexecboot/kexecboot-cfg_0.1.bb +++ b/recipes/kexecboot/kexecboot-cfg_0.1.bb @@ -18,7 +18,7 @@ CMDLINE_ROTATE_akita = "fbcon=rotate:1" CMDLINE_ROTATE_collie = "fbcon=rotate:1" CMDLINE_ROTATE_poodle = "fbcon=rotate:1" -#CMDLINE_OTHER = "dyntick=enable" +#CMDLINE_OTHER = "dyntick=enable" CMDLINE_OTHER = "" CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",d)}' @@ -37,28 +37,24 @@ do_configure_prepend () { do_install_prepend () { - echo "# Show this label in kexecboot menu." >> ${S}/boot.cfg - echo "LABEL=${DISTRO}" >> ${S}/boot.cfg - echo "#" >> ${S}/boot.cfg - - echo "# Specify full path to the kernel." >> ${S}/boot.cfg - echo "KERNEL=/boot/${KERNEL_IMAGETYPE}" >> ${S}/boot.cfg - echo "#" >> ${S}/boot.cfg - - echo "# Append this tags to the kernel cmdline." >> ${S}/boot.cfg - echo "APPEND=${CMDLINE}" >> ${S}/boot.cfg - echo "#" >> ${S}/boot.cfg - - echo "# Specify full path for a custom distro-icon for the menu-item." >> ${S}/boot.cfg - echo "# If not set, use device-icons as default (NAND, SD, CF, ...)." >> ${S}/boot.cfg - echo "#ICON=/boot/icon.xpm" >> ${S}/boot.cfg - echo "#" >> ${S}/boot.cfg - - echo "# Priority of item in kexecboot menu." >> ${S}/boot.cfg - echo "# Items with highest priority will be shown at top of menu." >> ${S}/boot.cfg - echo "# Default: 0 (lowest, ordered by device ordering)" >> ${S}/boot.cfg - echo "#PRIORITY=10" >> ${S}/boot.cfg - echo "#" >> ${S}/boot.cfg +echo '# Show this label in kexecboot menu. +LABEL=${DISTRO} +# +# Specify full kernel path on target. +KERNEL=/boot/${KERNEL_IMAGETYPE} +# +# Append this tags to the kernel cmdline. +APPEND=${CMDLINE} +# +# Specify full path for a custom distro-icon for the menu-item. +# If not set, use device-icons as default (NAND, SD, CF, ...). +# ICON=/boot/icon.xpm +# +# Priority of item in kexecboot menu. +# Items with highest priority will be shown at top of menu. +# Default: 0 (lowest, ordered by device ordering) +# PRIORITY=10 +#' >> ${S}/boot.cfg } do_install () {