diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-17 08:39:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-17 08:39:34 +0000 |
commit | 9a38dbddc0d3466edd5ae045dd35335f96c10e0f (patch) | |
tree | df326ee074524b96fac1b0b0a218b2e094e864fb | |
parent | 1a5f96aa406eccc72b0f6b5eaa7bb321e62588e9 (diff) | |
download | openembedded-core-9a38dbddc0d3466edd5ae045dd35335f96c10e0f.tar.gz openembedded-core-9a38dbddc0d3466edd5ae045dd35335f96c10e0f.tar.bz2 openembedded-core-9a38dbddc0d3466edd5ae045dd35335f96c10e0f.zip |
syslinux.bbclass: Clean up boot menu title
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/syslinux.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index 9f35c79823..fb7597470b 100644 --- a/meta/classes/syslinux.bbclass +++ b/meta/classes/syslinux.bbclass @@ -37,7 +37,7 @@ python build_syslinux_menu () { cfgfile.write('\x07\x0C') # The title should be configurable - cfgfile.write('AMD Geode Linux Boot Menu\n') + cfgfile.write('Linux Boot Menu\n') cfgfile.write('The following targets are available on this image:\n') cfgfile.write('\n') |