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