summaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-04-28 01:15:36 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-04-28 01:16:44 +0200
commit1b6bdbe0ee7b8cca34d534a9f49fcbc9abd891a9 (patch)
treeb5758e4b432e35abb9c5ba9b9d9f6e8b46f9ebc4 /recipes/kexecboot
parentadfc2e343c4857a462f2a534d1a6d473f9a7dae1 (diff)
downloadopenembedded-1b6bdbe0ee7b8cca34d534a9f49fcbc9abd891a9.tar.gz
kexecboot-cfg: fix tabs and typo
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot-cfg_0.1.bb2
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 a2145f9bc8..62db7d2ecd 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