diff options
-rw-r--r-- | README | 15 | ||||
-rw-r--r-- | boot-env/OpenSLX/BootEnvironment/PXE.pm | 2 |
2 files changed, 8 insertions, 9 deletions
@@ -1,6 +1,6 @@ WELCOME ---------- -OpenSLX - Open StateLess eXtensions version 4.1 +OpenSLX - Open StateLess eXtensions version 4.9 OpenSLX is a software package for setting up, managing and booting of "stateless client systems" (a.k.a. "diskless X stations"). @@ -14,21 +14,20 @@ through the web pages: --> http://lists.openslx.org (mailing lists) -SNAPSHOT-RELEASES +SVN-RELEASES ----------------- -The snapshot-releases of OpenSLX are being made to expose the software to a -wider audience in order to gain more feedback on what works and what doesn't. +At the moment only SVN releases are available ... -New snapshots will be released in short timeframes - at least once a month - -such that we can react to feedback promptly. Aim of the snapshot phase is to +New versions will be released in short timeframes - at least once a month - +such that we can react to feedback promptly. Aim of the svn head phase is to stabilize the software in preparation for the upcoming beta release. -Upgrading from one snapshot to the other should be a seamless operation, as +Upgrading from one svn release to the other should be a seamless operation, as eventual differences between the DB-schema should be adjusted automatically. Only for *downgrades*, manual intervention might be needed. -NOTES ABOUT THIS SNAPSHOT +NOTES ABOUT THIS SVN-RELEASE ------------------------- * Cloning is the only form of vendor-OS creation we can currently recommend for a vendor-OS that is meant to be run in production. diff --git a/boot-env/OpenSLX/BootEnvironment/PXE.pm b/boot-env/OpenSLX/BootEnvironment/PXE.pm index d6ddae36..2adea63a 100644 --- a/boot-env/OpenSLX/BootEnvironment/PXE.pm +++ b/boot-env/OpenSLX/BootEnvironment/PXE.pm @@ -117,7 +117,7 @@ sub _getTemplate my $pxeDefaultTemplate = unshiftHereDoc(<<' End-of-Here'); NOESCAPE 0 PROMPT 0 - TIMEOUT 10 + TIMEOUT 100 DEFAULT menu.c32 IMPLICIT 1 ALLOWOPTIONS 1 |