summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-04-07 20:11:39 +0259
committerThomas Backlund <tmb@mageia.org>2015-04-07 20:11:39 +0259
commit540b5e2a42c9189325af641f70296a047530c379 (patch)
treec04a6b86e5d3afc8bee71d7440638454fbd1ec50 /images/make_boot_img
parent911cefc2a09ffc400286b821b520fbad75c65ba6 (diff)
downloaddrakx-540b5e2a42c9189325af641f70296a047530c379.tar
drakx-540b5e2a42c9189325af641f70296a047530c379.tar.gz
drakx-540b5e2a42c9189325af641f70296a047530c379.tar.bz2
drakx-540b5e2a42c9189325af641f70296a047530c379.tar.xz
drakx-540b5e2a42c9189325af641f70296a047530c379.zip
drop nonexistant linuxefi grub2-efi module
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 13d365c14..e2d0187e8 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -352,7 +352,7 @@ sub boot_iso {
if ($arch =~ /x86_64/) {
_ "mkdir -p .boot_iso/EFI/BOOT/";
# create efi loader
- my $efi_core = "configfile normal boot linux linuxefi loadenv ls reboot search search_label";
+ my $efi_core = "configfile normal boot linux loadenv ls reboot search search_label";
my $efi_part_fs = "part_msdos part_gpt part_apple fat iso9660 udf";
my $efi_gfx = "gfxmenu gfxterm efi_gop efi_uga video video_bochs video_cirrus video_fb font png";
_ "/usr/bin/grub2-mkimage --prefix='/EFI/BOOT' -O x86_64-efi -o .boot_iso/EFI/BOOT/bootx64.efi $efi_core $efi_part_fs $efi_gfx";