From 1d73e46947048d9bea1731a40c5cd80027100922 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 26 Jun 2010 00:01:44 +0200 Subject: [PATCH] kexecboot-cfg: add INITRD boot entry in boot.cfg. * Bump PR. Signed-off-by: Andrea Adami --- recipes/kexecboot/kexecboot-cfg_0.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5