Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision 63920b02179b4258a03b675bc059ebd54804be3b)
+++ boot/Makefile	(revision 3a7356dc00f6c8a7d85df4545490283e76be8226)
@@ -47,6 +47,6 @@
 	$(MKFAT) 1048576 $(DIST_PATH) $@
 endif
-ifeq ($(RDFMT),ext2fs)
-	$(MKEXT2) 1048576 $(DIST_PATH) $@
+ifeq ($(RDFMT),ext4fs)
+	$(MKEXT4) 1048576 $(DIST_PATH) $@
 endif
 
