Index: contrib/conf/ia32-qe.sh
===================================================================
--- contrib/conf/ia32-qe.sh	(revision 131738081a1e1160ff1bfeabc23b7b99dbe16db2)
+++ contrib/conf/ia32-qe.sh	(revision 17ccb9d746a0d3db19fc24efcc8f0cfa36479cdf)
@@ -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 17ccb9d746a0d3db19fc24efcc8f0cfa36479cdf)
@@ -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
 
