git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adfc2e3
)
kexecboot-cfg: fix tabs and typo
author
Andrea Adami
<andrea.adami@gmail.com>
Mon, 27 Apr 2009 23:15:36 +0000
(
01:15
+0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Mon, 27 Apr 2009 23:16:44 +0000
(
01:16
+0200)
recipes/kexecboot/kexecboot-cfg_0.1.bb
patch
|
blob
|
history
diff --git
a/recipes/kexecboot/kexecboot-cfg_0.1.bb
b/recipes/kexecboot/kexecboot-cfg_0.1.bb
index
a2145f9
..
62db7d2
100644
(file)
--- 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