From 2939d123cc9bc058af8678381c7df571496d53d7 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2005 16:59:11 +0000 Subject: [PATCH] usr can be 300 --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 3d0db19c1..26aae8b58 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -59,7 +59,7 @@ ISO=minix.iso ISOGZ=minix.iso.gz RAM=/dev/ram BS=4096 -USRMB=400 +USRMB=300 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" ROOTMB=2 ROOTBLOCKS="`expr $ROOTMB \* 1024 \* 1024 / $BS`" -- 2.44.0