This commit is contained in:
Ben Gras 2010-06-29 12:15:00 +00:00
parent b7a097ec84
commit 4acb68bf9d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
/* Minix release and version numbers. */
#define OS_RELEASE "3"
#define OS_VERSION "1.7"
#define OS_VERSION "1.7a"
/* This file sets configuration parameters for the MINIX kernel, FS, and PM.
* It is divided up into two main sections. The first section contains

View File

@ -1,5 +1,5 @@
Welcome to MINIX 3.1.7.
Welcome to MINIX 3.1.7a.
The system is now running and many commands work normally. To use MINIX
in a serious way, you need to install it to your hard disk, which you

View File

@ -194,7 +194,7 @@ if [ $PACKAGES -ne 0 ]
then mkdir -p $PACKAGEDIR || true
mkdir -p $PACKAGESOURCEDIR || true
rm -f $PACKAGEDIR/List
retrieve $PACKAGEDIR $PACKAGELIST packages/`uname -p`/`uname -r`.`uname -v`
retrieve $PACKAGEDIR $PACKAGELIST packages/`uname -p`/3.1.7
retrieve $PACKAGESOURCEDIR $PACKAGESOURCELIST software
fi