diff options
Diffstat (limited to 'meta/classes/syslinux.bbclass')
-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 | ||