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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user