summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-12-28 17:56:24 +0000
committerThomas Backlund <tmb@mageia.org>2011-12-28 17:56:24 +0000
commitebf92e16631e517789ebbfbca937234fe1fc1a90 (patch)
tree123d94dc7e60330c35628a88e93abb6169f6b12e
parentd618bc6fd004018436587a1f72d96ac899aa2f4d (diff)
downloaddraklive-ebf92e16631e517789ebbfbca937234fe1fc1a90.tar
draklive-ebf92e16631e517789ebbfbca937234fe1fc1a90.tar.gz
draklive-ebf92e16631e517789ebbfbca937234fe1fc1a90.tar.bz2
draklive-ebf92e16631e517789ebbfbca937234fe1fc1a90.tar.xz
draklive-ebf92e16631e517789ebbfbca937234fe1fc1a90.zip
use gfxboot.c32 as graphical boot loader
-rw-r--r--NEWS1
-rwxr-xr-xdraklive4
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;