diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/kexecboot/kexecboot-cfg_0.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 |