Made sure root filesystem is 1kB-block-size, which is necessary to make it

bootable with the current boot loader (and to make it a ramdisk, with the
current ramdisk copying implementation in the FS)
This commit is contained in:
Ben Gras 2005-04-22 13:30:16 +00:00
parent 9745f6d368
commit 7ce48162c1

View file

@ -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