]> Zhao Yanbai Git Server - minix.git/commitdiff
Made sure root filesystem is 1kB-block-size, which is necessary to make it
authorBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 13:30:16 +0000 (13:30 +0000)
committerBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 13:30:16 +0000 (13:30 +0000)
bootable with the current boot loader (and to make it a ramdisk, with the
current ramdisk copying implementation in the FS)

commands/scripts/setup.sh

index 0ce5b664726503ac6f45edc4cb099018d8a174b8..3687c3db1f77a31911335fcd9833fd66ba66f29a 100755 (executable)
@@ -311,7 +311,7 @@ echo "
 Copying $fdroot to /dev/$root
 "
 
-mkfs /dev/$root || exit
+mkfs -B 1024 /dev/$root || exit
 mount /dev/$root /mnt || exit
 if [ $thisroot = /dev/ram ]
 then