mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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:
@@ -37,7 +37,7 @@ python build_syslinux_menu () {
|
|||||||
cfgfile.write('\x07\x0C')
|
cfgfile.write('\x07\x0C')
|
||||||
|
|
||||||
# The title should be configurable
|
# 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('The following targets are available on this image:\n')
|
||||||
cfgfile.write('\n')
|
cfgfile.write('\n')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user