Release script: Increase root ramdisk to 8KB

This commit is contained in:
Arun Thomas 2009-09-23 11:07:55 +00:00
parent 0d7b967413
commit b2e3153263

View file

@ -148,7 +148,7 @@ echo $USRMB MB
USRKB=$(($USRMB*1024)) USRKB=$(($USRMB*1024))
USRBLOCKS=$(($USRMB * 1024 * 1024 / $BS)) USRBLOCKS=$(($USRMB * 1024 * 1024 / $BS))
USRSECTS=$(($USRMB * 1024 * 2)) USRSECTS=$(($USRMB * 1024 * 2))
ROOTKB=4096 ROOTKB=8192
ROOTSECTS=$(($ROOTKB * 2)) ROOTSECTS=$(($ROOTKB * 2))
ROOTBLOCKS=$(($ROOTKB * 1024 / $BS)) ROOTBLOCKS=$(($ROOTKB * 1024 / $BS))