diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-28 01:15:36 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-28 01:16:44 +0200 |
commit | 1b6bdbe0ee7b8cca34d534a9f49fcbc9abd891a9 (patch) | |
tree | b5758e4b432e35abb9c5ba9b9d9f6e8b46f9ebc4 /recipes | |
parent | adfc2e343c4857a462f2a534d1a6d473f9a7dae1 (diff) |
kexecboot-cfg: fix tabs and typo
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 |