diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-06-26 00:01:44 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-06-26 00:09:29 +0200 |
commit | 1d73e46947048d9bea1731a40c5cd80027100922 (patch) | |
tree | e64e3e8761a2fb7868629ad9768f99389a6bdfaf /recipes/kexecboot | |
parent | c7276496446e802e3d852073251d9f6e39306e7f (diff) |
kexecboot-cfg: add INITRD boot entry in boot.cfg.
* Bump PR.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/kexecboot')
-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 |