# HG changeset patch # User Pascal Bellard # Date 1438506232 -7200 # Node ID 1f15d8a06ea9a69b06e61b42437099b244df2fcb # Parent d6c818f3563940e639d0b3a81be5c4c908114bf4 init: fix rootfsinodes default value diff -r d6c818f35639 -r 1f15d8a06ea9 init --- a/init Sat Aug 01 15:08:42 2015 +0200 +++ b/init Sun Aug 02 11:03:52 2015 +0200 @@ -12,6 +12,8 @@ # a lower value may work, such as 50 # rootfssize= [RAMDISK] # size of / regarding the RAM size, default 90% +# rootfsinodes= [RAMDISK] +# files count of / regarding the RAM size, 0 (unlimited) # ### Indirect mode ; an initramfs is used to mount root from the hard disk. ### Any rootfs should fit, minimum required is slitaz-base. @@ -224,7 +226,7 @@ root=100 got tmpram r=$root -inodes=90% +inodes=0 got rootfsinodes && inodes=$root root=90% got rootfssize