Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision faf9752e2403e858387e30667e3c013c8a0d23cb)
+++ boot/Makefile	(revision 867e25550ec16ab37e83e9c9b8e5a40fec8e6d55)
@@ -50,4 +50,7 @@
 	$(MKFAT) 1048576 $(DIST_PATH) $@
 endif
+ifeq ($(RDFMT),ext2fs)
+	$(MKEXT2) 1048576 $(DIST_PATH) $@
+endif
 
 build_dist: clean_dist
