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