From e0d772d463be557c665566584666fb016b32bc0f Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 9 Nov 1996 09:24:30 +0000 Subject: Purely cosmetic cleanup. --- release/scripts/doFS.sh | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'release/scripts') diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh index d7315c7..ff8251c 100644 --- a/release/scripts/doFS.sh +++ b/release/scripts/doFS.sh @@ -62,38 +62,6 @@ do echo ">>> Filesystem is ${FSSIZE} K, $4 left" echo ">>> ${FSINODE} bytes/inode, $7 left" echo ">>> `expr ${FSSIZE} \* 1024 / ${FSINODE}`" - -# As far as I can tell, the following has only really caused me great -# difficulty.. -# - -# if [ $4 -gt 128 ] ; then -# echo "Reducing size" -# FSSIZE=`expr ${FSSIZE} - $4 / 2` -# continue -# fi -# if [ $7 -gt 128 ] ; then -# echo "Increasing bytes per inode" -# FSINODE=`expr ${FSINODE} + 8192` -# continue -# fi -# if [ $4 -gt 32 ] ; then -# echo "Reducing size" -# FSSIZE=`expr ${FSSIZE} - 4` -# FSINODE=`expr ${FSINODE} - 1024` -# continue -# fi -# if [ $7 -gt 64 ] ; then -# echo "Increasing bytes per inode" -# FSINODE=`expr ${FSINODE} + 8192` -# continue -# fi -# if [ $deadlock -eq 0 ] ; then -# echo "Avoiding deadlock, giving up" -# echo ${FSSIZE} > fs-image.size -# break -# fi -# deadlock=`expr $deadlock - 1` echo ${FSSIZE} > fs-image.size break; done -- cgit v1.1