From ebf92e16631e517789ebbfbca937234fe1fc1a90 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 28 Dec 2011 17:56:24 +0000 Subject: use gfxboot.c32 as graphical boot loader --- NEWS | 1 + draklive | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 15a61c3..1a74fe0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- use gfxboot.c32 as graphical boot loader - add more space in initrd for plymouth - adapt for Mageia naming scheme (https://wiki.mageia.org/en/Product_naming) diff --git a/draklive b/draklive index cdfb826..2ee9857 100755 --- a/draklive +++ b/draklive @@ -86,7 +86,7 @@ sub build_syslinux_cfg { "prompt 1", "timeout $timeout", "display $help", - if_($has_bootlogo, "ui gfxboot.com $bootlogo"), + if_($has_bootlogo, "ui gfxboot.c32 $bootlogo"), (map { my ($name, $cmdline) = @$_; $name =~ s/\s/_/g; @@ -734,7 +734,7 @@ sub build_iso_image { 'isolinux=' . $live->get_builddir . $live->{prefix}{build}{boot} . '/syslinux', 'isolinux/isolinux.cfg=' . $isolinux_cfg, 'isolinux/isolinux.bin=/usr/lib/syslinux/isolinux.bin', - 'isolinux/gfxboot.com=/usr/lib/syslinux/gfxboot.com', + 'isolinux/gfxboot.c32=/usr/lib/syslinux/gfxboot.c32', @opts, ) or die "unable to run genisoimage\n"; autoflush STDOUT 0; -- cgit v1.2.1