Index: contrib/conf/ia32-qe.sh
===================================================================
--- contrib/conf/ia32-qe.sh	(revision 131738081a1e1160ff1bfeabc23b7b99dbe16db2)
+++ contrib/conf/ia32-qe.sh	(revision 9a1d8abd4768c007dc2f27c914e04be26e5a64f5)
@@ -5,5 +5,5 @@
 # Create a disk image if it does not exist
 if [ ! -f "$DISK_IMG" ]; then
-	tools/mkfat.py uspace/dist/data "$DISK_IMG"
+	tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG"
 fi
 
Index: contrib/conf/mips32-gx.sh
===================================================================
--- contrib/conf/mips32-gx.sh	(revision 131738081a1e1160ff1bfeabc23b7b99dbe16db2)
+++ contrib/conf/mips32-gx.sh	(revision 9a1d8abd4768c007dc2f27c914e04be26e5a64f5)
@@ -5,5 +5,5 @@
 # Create a disk image if it does not exist
 if [ ! -f "$DISK_IMG" ]; then
-	tools/mkfat.py uspace/dist/data "$DISK_IMG"
+	tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG"
 fi
 
