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