[oe-commits] Andrea Adami : kexecboot-cfg: add INITRD boot entry in boot.cfg.

git version control git at git.openembedded.org
Fri Jun 25 22:34:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1d73e46947048d9bea1731a40c5cd80027100922
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1d73e46947048d9bea1731a40c5cd80027100922

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Jun 26 00:01:44 2010 +0200

kexecboot-cfg: add INITRD boot entry in boot.cfg.

* Bump PR.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 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 4de2562..0287cc9 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





More information about the Openembedded-commits mailing list