summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-06-16 16:32:28 +0200
committerDidier Raboud <odyx@debian.org>2011-06-16 16:33:39 +0200
commitd836c8acf73e434288ff06882fd31fc415cff6fa (patch)
treeb006b2d62ed4d8383d7013d1657f4b9c39bb724d /Makefile
parent767075379b30c6ec0a639b357dab6c701743b6e3 (diff)
Make win32-loader work from kFreeBSD CDs.
- Add gzio grub module as kernels are compressed. - Allow new win32-loader.ini option: kernel=, to be specified on the CDs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb7c8fb..5bf249b 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,9 @@ GRUB_MODULES += fat ntfs ntfscomp
GRUB_MODULES += search linux bsd vbe boot
# might be useful for debugging
GRUB_MODULES += minicmd cat cpuid chain halt help ls reboot
+ifndef NO_KFREEBSD
+GRUB_MODULES += gzio
+endif
ifdef PXE
# Booting the pxe.lkrn requires linux16
GRUB_MODULES += linux16