From: Richard Purdie Date: Fri, 17 Oct 2008 08:39:34 +0000 (+0000) Subject: syslinux.bbclass: Clean up boot menu title X-Git-Tag: 2011-1~8003 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a38dbddc0d3466edd5ae045dd35335f96c10e0f;p=openembedded-core.git syslinux.bbclass: Clean up boot menu title git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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')