diff options
| -rw-r--r-- | bootloader/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile index bd8f7b0..29c2059 100644 --- a/bootloader/Makefile +++ b/bootloader/Makefile @@ -6,7 +6,7 @@ GRUB2_MODULES = iso9660 ext2 fat f2fs jfs reiserfs xfs \                  part_apple part_bsd part_gpt part_msdos \                  all_video font gfxterm gfxmenu png \                  boot chain configfile echo gettext \ -                linux linux32 ls search test videoinfo +                linux ls search test videoinfo  GRUB_IMAGES = images/boot_hybrid.img images/eltorito.img  | 
