Release script: Increase root ramdisk to 8KB
This commit is contained in:
parent
0d7b967413
commit
b2e3153263
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ echo $USRMB MB
|
|||
USRKB=$(($USRMB*1024))
|
||||
USRBLOCKS=$(($USRMB * 1024 * 1024 / $BS))
|
||||
USRSECTS=$(($USRMB * 1024 * 2))
|
||||
ROOTKB=4096
|
||||
ROOTKB=8192
|
||||
ROOTSECTS=$(($ROOTKB * 2))
|
||||
ROOTBLOCKS=$(($ROOTKB * 1024 / $BS))
|
||||
|
||||
|
|
Loading…
Reference in a new issue