/* 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
-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
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