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 | poky-9a38dbddc0d3466edd5ae045dd35335f96c10e0f.tar.gz |
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 () { | |||
37 | cfgfile.write('\x07\x0C') | 37 | cfgfile.write('\x07\x0C') |
38 | 38 | ||
39 | # The title should be configurable | 39 | # The title should be configurable |
40 | cfgfile.write('AMD Geode Linux Boot Menu\n') | 40 | cfgfile.write('Linux Boot Menu\n') |
41 | cfgfile.write('The following targets are available on this image:\n') | 41 | cfgfile.write('The following targets are available on this image:\n') |
42 | cfgfile.write('\n') | 42 | cfgfile.write('\n') |
43 | 43 | ||