summaryrefslogtreecommitdiffstats
path: root/bootloader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/Makefile')
-rw-r--r--bootloader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile
index 99e5ed9..188be0b 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -6,7 +6,7 @@ GRUB2_MODULES = iso9660 ext2 fat jfs reiserfs xfs \
part_apple part_bsd part_gpt part_msdos \
all_video font gfxterm gfxmenu png \
boot chain configfile echo gettext \
- linux linux16 ls search test
+ linux ls search test
GRUB_IMAGES = images/boot_hybrid.img images/eltorito.img
@@ -32,11 +32,11 @@ images/eltorito.img:
images/bootia32.efi:
@mkdir -p images
- grub2-mkimage --output $@ --prefix /EFI/BOOT --format i386-efi $(GRUB2_MODULES)
+ grub2-mkimage --output $@ --prefix /EFI/BOOT --format i386-efi $(GRUB2_MODULES) linux16
images/bootx64.efi:
@mkdir -p images
- grub2-mkimage --output $@ --prefix /EFI/BOOT --format x86_64-efi $(GRUB2_MODULES)
+ grub2-mkimage --output $@ --prefix /EFI/BOOT --format x86_64-efi $(GRUB2_MODULES) linuxefi
kbd-names%txt lang-kbds%txt:
./make-kbd-info