From 46ad16e68860453e79dc5a073b36b785cf90c1d5 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 18 Jan 2006 09:49:54 +0000 Subject: [PATCH] . new version of minix . less space on filesystems of cd image --- include/minix/config.h | 2 +- tools/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/minix/config.h b/include/minix/config.h index 800ab5fd1..2c41c56ec 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -3,7 +3,7 @@ /* Minix release and version numbers. */ #define OS_RELEASE "3" -#define OS_VERSION "1.1" +#define OS_VERSION "1.2" /* This file sets configuration parameters for the MINIX kernel, FS, and PM. * It is divided up into two main sections. The first section contains diff --git a/tools/release.sh b/tools/release.sh index 39a6a277c..80c1a94e2 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -94,7 +94,7 @@ ISO=${ISO}.iso ISOGZ=${ISO}.gz echo "Making $ISOGZ" -USRMB=120 +USRMB=100 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" USRSECTS="`expr $USRMB \* 1024 \* 2`" -- 2.44.0