summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.de8
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/SciLin.pm2
-rw-r--r--tools/README.busybox4
4 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 78bcddc5..4e6ade09 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ the doc/ folder (especially intro.txt). Further information is available
through the web pages:
--> http://www.openslx.org (project)
---> http://www.openslx.org/de/doc/Linux_Stateless_Clients (documentation)
+--> http://www.openslx.org/projects/show/openslx-doc (documentation)
--> http://lists.openslx.org (mailing lists)
diff --git a/README.de b/README.de
index 16639ac5..93bcf3ff 100644
--- a/README.de
+++ b/README.de
@@ -10,13 +10,13 @@ Unterverzeichnis doc/ (insbesondere einstieg.txt), weiterführende Informationen
gibt es auf den Webseiten:
--> http://www.openslx.org (Projektseiten)
---> http://www.openslx.org/de/doc/Linux_Stateless_Clients (Dokumentation)
+--> http://www.openslx.org/projects/show/openslx-doc (Dokumentation)
--> http://lists.openslx.org (Mailinglisten)
-SNAPSHOT-RELEASES
+SVN-RELEASES
-----------------
-Die Snapshot-Releases von OpenSLX sollen dazu dienen, die Software einer
+Die SVN-Releases von OpenSLX sollen dazu dienen, die Software einer
größeren Nutzergemeinde zugänglich zu machen, um so mehr Feedback über die
Funktionsfähigkeit und evtl. noch auftretende Probleme zu bekommen.
@@ -31,7 +31,7 @@ werden automatisch angepasst. Nur bei einem *Downgrade* ist evtl. Handarbeit
nötig.
-HINWEISE ZU DIESEM SNAPSHOT
+HINWEISE ZU DIESER SVN-VERSION
---------------------------
* Das Klonen eines Vendor-OS ist derzeit die einzige Installationsform für
ein für den Betrieb vorgesehenes Vendor-OS.
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/SciLin.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/SciLin.pm
index 273a365e..944d655f 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/SciLin.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/SciLin.pm
@@ -28,7 +28,7 @@ sub new
{
my $class = shift;
my $self = {
- 'base-name' => 'SciLin',
+ 'base-name' => 'scilin',
};
return bless $self, $class;
}
diff --git a/tools/README.busybox b/tools/README.busybox
index 926e7320..728963c5 100644
--- a/tools/README.busybox
+++ b/tools/README.busybox
@@ -1,8 +1,8 @@
-How busybox (version 1.11.1) is created:
+How busybox (version 1.13.1) is created:
1. Get our current sources from openslx-src-tools/trunk/busybox
2. bind mount the busybox folder to the correspoding uclibc-build-environment
- folder (see http://openslx.org/trac/de/openslx/wiki/GentooUclibcChroot for
+ folder (see http://www.openslx.org/wiki/openslx/GentooUclibcChroot for
how to create such an environment)
3. chroot into the uclibc-build-environment
4. cd into the bind-mounted busybox folder