diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-10-13 13:47:49 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-10-13 13:47:49 +0000 |
commit | 5ec319c5273ff422b59ad318c71f273d0851827e (patch) | |
tree | 4e38a3680bab2ec5872141b7d4435980e62fcfc7 | |
parent | 88be7b8fe33cc2409f49d8802ddbf4ebe2b4b375 (diff) | |
download | draklive-5ec319c5273ff422b59ad318c71f273d0851827e.tar draklive-5ec319c5273ff422b59ad318c71f273d0851827e.tar.gz draklive-5ec319c5273ff422b59ad318c71f273d0851827e.tar.bz2 draklive-5ec319c5273ff422b59ad318c71f273d0851827e.tar.xz draklive-5ec319c5273ff422b59ad318c71f273d0851827e.zip |
style
-rwxr-xr-x | draklive | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -562,8 +562,12 @@ sub create_syslinux_msg_files { warn "unable to find gfxboot splash ($bootlogo)\n" if ! -f $bootlogo; my @locales = remove_unneeded_bootlogo_locales($bootlogo, get_langs($live)); output_p($syslinux_dir . '/langs', join("\n", @locales) . "\n"); - output_p($syslinux_dir . '/gfxboot.cfg', join("\n", "livecd=1", "mainmenu.pos=210,235", - "mainmenu.bar.minwidth=400", "panel.f-key.fg=0x33358c")); + output_p($syslinux_dir . '/gfxboot.cfg', join("\n", + "livecd=1", + "mainmenu.pos=210,235", + "mainmenu.bar.minwidth=400", + "panel.f-key.fg=0x33358c", + )); } output($live->get_builddir . $live->{prefix}{build}{boot} . '/help.msg', |