summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-07-06 14:27:54 +0100
committerColin Watson <cjwatson@debian.org>2011-07-06 14:27:54 +0100
commite92b3996bcb67bc07d8c88f6a33c5575633e2975 (patch)
tree29727276cd11d174a21b1929611ebb7b3e08b829 /Makefile
parentf2f6aaf6482220e0ba1fd5c8d4285e99d189df4b (diff)
Add loopback and iso9660 GRUB modules, useful for loading files from ISO images.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1fc34ce..381e567 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,8 @@ GRUB_MODULES += fat ntfs ntfscomp
GRUB_MODULES += search linux bsd multiboot vbe boot
# might be useful for debugging
GRUB_MODULES += minicmd cat cpuid chain halt help ls reboot
+# useful for loading files from ISO images
+GRUB_MODULES += loopback iso9660
ifndef NO_KFREEBSD
GRUB_MODULES += gzio
endif