diff options
author | Erwan Velu <erwanaliasr1@gmail.com> | 2014-12-15 20:59:05 +0100 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2014-12-16 22:25:30 +0100 |
commit | 79eadf6eb1ea04504e509bc6ce8583c2ebd24013 (patch) | |
tree | af969c0f689b7c65317c1ea46ec95d94ba9e8e17 | |
parent | 652d2db8ad089a740789201df96990177a638a8a (diff) | |
download | drakx-79eadf6eb1ea04504e509bc6ce8583c2ebd24013.tar drakx-79eadf6eb1ea04504e509bc6ce8583c2ebd24013.tar.gz drakx-79eadf6eb1ea04504e509bc6ce8583c2ebd24013.tar.bz2 drakx-79eadf6eb1ea04504e509bc6ce8583c2ebd24013.tar.xz drakx-79eadf6eb1ea04504e509bc6ce8583c2ebd24013.zip |
make_boot_img: Avoid gfxboot install string for chain.c32
When using chain.c32 with gfxboot, the automatic method is padded even
if the harddisk entry is said to be noinstall in the gfxboot.
This patch uses the "exit" option from our custom Syslinux patch to
avoid chain.c32 reading gfxboot paddind.
I know this isn't perfect but enough to make mageia 5 having the
localboot working again. Debugging gfxboot is just a nightmare.
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index b7d1f53c7..5d65049f8 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -123,7 +123,7 @@ EOF my $header_gfxboot = <<EOF; ui gfxboot.c32 bootlogo label harddisk - com32 chain.c32 hd0 + com32 chain.c32 hd0 exit EOF my $header_non_gfxboot = <<EOF; F1 help.msg |