summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSIONS4
-rw-r--r--initramfs/stage3-stuff/etc/functions2
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm1
3 files changed, 3 insertions, 4 deletions
diff --git a/VERSIONS b/VERSIONS
index b568cc2f..8bd01818 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,4 +1,4 @@
OPENSLX_VERSION_MAJOR="4"
-OPENSLX_VERSION_MINOR="8"
-OPENSLX_VERSION_RELEASE="9"
+OPENSLX_VERSION_MINOR="9"
+OPENSLX_VERSION_RELEASE="0"
OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}"
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 9b26eaa4..a3242588 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -316,7 +316,7 @@ tftp_get () {
do
if [ "$countdown" = "0" ]; then
[ $DEBUGLEVEL -ge 1 ] && \
- echo "[tftp_get] failed to get \"$file\" from \"$file_server\" !"
+ echo "[tftp_get] failed to get \"$file\" from \"$file_server\"!"
return 0;
fi
tftp -g -r $file -l /tmp/$(basename $file) $file_server
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
index 95b17892..bdbf4a2c 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
@@ -142,7 +142,6 @@ sub setupGDMScript
map { '/mnt' . $_ } ( dirname($configFile), @{$pathInfo->{paths}} )
);
my $script = unshiftHereDoc(<<" End-of-Here");
- #!/bin/ash
# written by OpenSLX-plugin 'desktop'
mkdir -p $paths 2>/dev/null