3.1.7a
This commit is contained in:
parent
b7a097ec84
commit
4acb68bf9d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user