summaryrefslogtreecommitdiffstats
path: root/initrd
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-06-26 14:21:54 +0200
committerDirk von Suchodoletz2006-06-26 14:21:54 +0200
commit421619f9df86fbcb96db39e417682e83fdccf5a1 (patch)
tree080dfdbdcf6bada3296285f138d9fe8ef387e87e /initrd
parentForgot some files ... (diff)
downloadcore-421619f9df86fbcb96db39e417682e83fdccf5a1.tar.gz
core-421619f9df86fbcb96db39e417682e83fdccf5a1.tar.xz
core-421619f9df86fbcb96db39e417682e83fdccf5a1.zip
Just a minor correction ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@255 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd')
-rwxr-xr-xinitrd/initrd-stuff/bin/servconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/initrd/initrd-stuff/bin/servconfig b/initrd/initrd-stuff/bin/servconfig
index 9a99d433..70accfb1 100755
--- a/initrd/initrd-stuff/bin/servconfig
+++ b/initrd/initrd-stuff/bin/servconfig
@@ -42,19 +42,19 @@ cp -a /etc/sysconfig/files/* /mnt 2>/dev/null &
# set greeting
len=$(expr length $DISTRO)
dstr="$DISTRO)"
-while [ $len -le 8 ] ; do
+while [ $len -le 11 ] ; do
dstr="$dstr "
len=$(expr $len + 1)
done
echo "
- WELCOME TO \n (\l)
- _____ _____ __ __ __
- / _ | _ | | | |_| |
- | | | | | | | | | | /
- | |_| | | |_| | | |___ / _
- _____/ |______/ |______| |__| |__|
-
- Diskless Workstation (v4.0/$dstr (c) <odlx project>
+ WELCOME TO \n (\l)
+ _____ ______ __ __ __
+ / _ | _ | | | |_| |
+ | | | | | | | | | | /
+ | |_| | | |_| | | |___ / _
+ _____/ |_______/ |______| |__| |__|
+
+ Diskless Workstation (v4.0/$dstr (c) <odlx project>
">/mnt/etc/issue
#######################################################################