]> Zhao Yanbai Git Server - minix.git/commitdiff
3.1.7a
authorBen Gras <ben@minix3.org>
Tue, 29 Jun 2010 12:15:00 +0000 (12:15 +0000)
committerBen Gras <ben@minix3.org>
Tue, 29 Jun 2010 12:15:00 +0000 (12:15 +0000)
include/minix/config.h
tools/issue.install
tools/release.sh

index 0c0bf7aefe02ab2ee13b041844ce88750b828c04..3044f1bc1e56a9135de27db59d0c7fb2f9473393 100644 (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
index 797ef3a40631837298eda8ea29d12ac1f22c7d39..f17ab3f81b9e2b8c006b0bf1f361f8009b81b041 100644 (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
index f90e5fd78dd29398a72c7457fe8c177632cf2a59..f141fe05216bfb774b317170169f159ba9a3b9a6 100755 (executable)
@@ -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