Changed something in default no. of inodes in mkfs (I run out of inodes

often with the defaults).

Made setup script not make root filesystem with 1kB filesystem blocks,
as that restriction is out of the boot monitor now.
This commit is contained in:
Ben Gras
2005-05-20 12:40:46 +00:00
parent cafbbedbba
commit 64ecaca24b
2 changed files with 8 additions and 8 deletions

View File

@@ -316,7 +316,7 @@ echo "
Copying $fdroot to /dev/$root
"
mkfs -B 1024 /dev/$root || exit
mkfs /dev/$root || exit
mount /dev/$root /mnt || exit
if [ -d /boot ]
then