diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-05 16:05:12 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-05 16:05:12 +0000 |
commit | 77fd7ec1d7e5bad9c673984a15aef148fb045230 (patch) | |
tree | 4b85bc919928ee2bde949db7ca278d2e7b6e5e33 | |
parent | c396044083fbb70cd292ec66ea2796ae86630853 (diff) | |
download | draklive-77fd7ec1d7e5bad9c673984a15aef148fb045230.tar draklive-77fd7ec1d7e5bad9c673984a15aef148fb045230.tar.gz draklive-77fd7ec1d7e5bad9c673984a15aef148fb045230.tar.bz2 draklive-77fd7ec1d7e5bad9c673984a15aef148fb045230.tar.xz draklive-77fd7ec1d7e5bad9c673984a15aef148fb045230.zip |
Adjust gfxboot options to correctly position the boot menu
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,7 +498,7 @@ 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\n"); + output_p($syslinux_dir . '/gfxboot.cfg', "livecd=1\nmainmenu.pos=210,235\nmainmenu.bar.minwidth=400\n"); output($live->get_builddir . $live->{prefix}{build}{boot} . '/help.msg', pack("C*", 0x0E, 0x80, 0x03, 0x00, 0xC) . qq( |