summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/bin')
-rwxr-xr-xinitramfs/initrd-stuff/bin/servconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig
index 2354cfb8..ca1ccbb3 100755
--- a/initramfs/initrd-stuff/bin/servconfig
+++ b/initramfs/initrd-stuff/bin/servconfig
@@ -60,8 +60,8 @@ cp -a /rootfs/* /mnt 2>/dev/null
# set greeting and add information on booted system (distro)
len=$(expr length ${SLXVERSION}${DISTRO})
-vdstr="v${SLXVERSION}/${DISTRO})"
-while [ $len -le 20 ] ; do
+vdstr="V${SLXVERSION}/${DISTRO})"
+while [ $len -le 28 ] ; do
vdstr="$vdstr "
len=$(expr $len + 1)
done
@@ -79,7 +79,7 @@ echo "
| |_| | | | |___| | | | ____| | |___ / /
_____/|__| |______|__| |__| |_______|______|__| |__|
- Stateless Workstation ($vdstr (c) <OpenSLX.ORG project>
+ Stateless Workstation ($vdstr (c) <OpenSLX.ORG>
">/mnt/etc/issue
#############################################################################