From: Andrea Adami Date: Fri, 25 Jun 2010 22:01:44 +0000 (+0200) Subject: kexecboot-cfg: add INITRD boot entry in boot.cfg. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d73e46947048d9bea1731a40c5cd80027100922;p=openembedded.git kexecboot-cfg: add INITRD boot entry in boot.cfg. * Bump PR. Signed-off-by: Andrea Adami --- diff --git a/recipes/kexecboot/kexecboot-cfg_0.1.bb b/recipes/kexecboot/kexecboot-cfg_0.1.bb index 4de2562108..0287cc910d 100644 --- a/recipes/kexecboot/kexecboot-cfg_0.1.bb +++ b/recipes/kexecboot/kexecboot-cfg_0.1.bb @@ -2,7 +2,7 @@ LICENSE = "GPL" SECTION = "base" DESCRIPTION = "Configuration file for kexecboot" -PR = "r8" +PR = "r9" PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "file://icon.xpm" @@ -48,6 +48,9 @@ KERNEL=/boot/${KERNEL_IMAGETYPE} # Append this tags to the kernel cmdline. APPEND=${CMDLINE} # +# Specify optional initrd/initramfs. +# INITRD=/boot/initramfs.cpio.gz +# # 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