]> code.ossystems Code Review - openembedded-core.git/commitdiff
syslinux.bbclass: Clean up boot menu title
authorRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 08:39:34 +0000 (08:39 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 08:39:34 +0000 (08:39 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/syslinux.bbclass

index 9f35c79823b641e4c0de4a06b622e0b8abc72da2..fb7597470be47c967a085a143e547236e1c44eb3 100644 (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')