syslinux.bbclass: Clean up boot menu title

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-10-17 08:39:34 +00:00
parent 1a5f96aa40
commit 9a38dbddc0
1 changed files with 1 additions and 1 deletions

View File

@ -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')