summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive8
1 files changed, 6 insertions, 2 deletions
diff --git a/draklive b/draklive
index 5d6e144..0d4c307 100755
--- a/draklive
+++ b/draklive
@@ -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',