summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue
diff options
context:
space:
mode:
authorDirk2014-06-08 23:29:44 +0200
committerDirk2014-06-08 23:29:44 +0200
commit4ad1ebe086190121e3ea63cf1abd00d0a87f6fc3 (patch)
treeb4b63229227d5ea56ec85068af204c7b4b350dd2 /remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue
parent[resolv.conf] dont save it to run, since it will be lost when systemd re-moun... (diff)
downloadtm-scripts-4ad1ebe086190121e3ea63cf1abd00d0a87f6fc3.tar.gz
tm-scripts-4ad1ebe086190121e3ea63cf1abd00d0a87f6fc3.tar.xz
tm-scripts-4ad1ebe086190121e3ea63cf1abd00d0a87f6fc3.zip
Minor cleanup.
Diffstat (limited to 'remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue')
-rwxr-xr-xremote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue18
1 files changed, 15 insertions, 3 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue
index 8fbd5c8b..3bd3301b 100755
--- a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue
+++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/openslx-create_issue
@@ -1,9 +1,21 @@
#!/bin/sh
+# Copyright (c) 2013, 2014 - bwLehrpool Projekt
+# Copyright (c) 2012 - OpenSLX GmbH
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your feedback to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org
+#
+# First script for initial ramfs for OpenSLX linux stateless clients
+#############################################################################
-# Set greeting and add information on booted system
-# Fixme (add version string and distro name)
+# Set greeting and add information about the booted system
len=$(expr length "$(cat /etc/hostname)")
-while [ $len -le 52 ] ; do
+while [ $len -le 56 ] ; do
space="$space "
len=$(($len + 1))
done