From ce5ff8741157d5ec019ec88a2ba5f29a432c070e Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 28 Apr 2009 13:09:01 +0000 Subject: Set color of function keys, fixes #48757 --- draklive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draklive b/draklive index a9812ca..189786e 100755 --- a/draklive +++ b/draklive @@ -498,7 +498,8 @@ sub create_media_bootloader { } my $bootlogo = $syslinux_dir . '/bootlogo'; warn "unable to find gfxboot splash ($bootlogo)\n" if ! -f $bootlogo; - output_p($syslinux_dir . '/gfxboot.cfg', "livecd=1\nmainmenu.pos=210,235\nmainmenu.bar.minwidth=400\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($live->get_builddir . $live->{prefix}{build}{boot} . '/help.msg', pack("C*", 0x0E, 0x80, 0x03, 0x00, 0xC) . qq( -- cgit v1.2.1