From 73c79dde5642f1c0f9cfaa87fc95abf40a44ce06 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 17 Feb 2006 14:43:00 +0000 Subject: [PATCH] Smaller device --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 8f9c46d64..c1da36542 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -94,7 +94,7 @@ ISO=${ISO}.iso ISOBZ=${ISO}.bz2 echo "Making $ISOBZ" -USRMB=100 +USRMB=60 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" USRSECTS="`expr $USRMB \* 1024 \* 2`"