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