[oe-commits] Andrea Adami : kexecboot-cfg: fix tabs and typo

GIT User account git at amethyst.openembedded.net
Mon Apr 27 23:21:08 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Apr 28 01:15:36 2009 +0200

kexecboot-cfg: fix tabs and typo

---

 recipes/kexecboot/kexecboot-cfg_0.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/kexecboot/kexecboot-cfg_0.1.bb b/recipes/kexecboot/kexecboot-cfg_0.1.bb
index a2145f9..62db7d2 100644
--- a/recipes/kexecboot/kexecboot-cfg_0.1.bb
+++ b/recipes/kexecboot/kexecboot-cfg_0.1.bb
@@ -21,7 +21,7 @@ FILES_${PN} += "/boot/*"
 
 
 do_install_prepend () {
-	echo "DEFAULT" > ${S}/boot.cfg
+        echo "DEFAULT=${DISTRO}" > ${S}/boot.cfg
         echo "LABEL=${DISTRO}" >> ${S}/boot.cfg
         echo "KERNEL=/boot/${KERNEL_IMAGETYPE}" >> ${S}/boot.cfg
         echo "APPEND=${CMDLINE_CON} ${CMDLINE_MEM} ${CMDLINE_ROTATE} ${CMDLINE_OTHER} ${CMDLINE_DEBUG}" >> ${S}/boot.cfg





More information about the Openembedded-commits mailing list