summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
authorMichael Janczyk2006-08-15 22:56:50 +0200
committerMichael Janczyk2006-08-15 22:56:50 +0200
commit85af178858b3429ccd0322f40a5318a41c1f36b9 (patch)
tree094505a3dd43cdf521e6ff48e7658a405d4a64b5 /initrd/initrd-stuff/bin/servconfig
parent* completed group-related interface and implementation (diff)
downloadcore-85af178858b3429ccd0322f40a5318a41c1f36b9.tar.gz
core-85af178858b3429ccd0322f40a5318a41c1f36b9.tar.xz
core-85af178858b3429ccd0322f40a5318a41c1f36b9.zip
Simple install mechanism for directory structure setup (make install)
for the opendiskless package. First moves for new type of file get system configuration. Do not use this version. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@299 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitrd/initrd-stuff/bin/servconfig22
1 files changed, 11 insertions, 11 deletions
diff --git a/initrd/initrd-stuff/bin/servconfig b/initrd/initrd-stuff/bin/servconfig
index 0239e401..5d266f97 100755
--- a/initrd/initrd-stuff/bin/servconfig
+++ b/initrd/initrd-stuff/bin/servconfig
@@ -4,15 +4,15 @@
# for linux diskless clients (executed within initial
# ramdisk)
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 23-07-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 15-08-2006
# Michael Janczyk, 31-05-2006
-# Lars Mueller, 23-06-2006
-# Oliver Tappe, 23-06-2006
+# Lars Mueller <lm@opendiskless.org>, 23-06-2006
+# Oliver Tappe <ot@opendiskless.org>, 23-06-2006
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
-# (c) 2006 - odlx.org project
+# (c) 2006 - opendiskless.org project
#
-# Version: 0.1.1e
+# Version: 0.1.2a
# check for configuration files to source
@@ -49,13 +49,13 @@ while [ $len -le 11 ] ; do
done
echo "
WELCOME TO \n (\l)
- _____ ______ __ __ __
- / _ | _ | | | |_| |
- | | | | | | | | | | /
- | |_| | | |_| | | |___ / _
- _____/ |______/ |______| |__| |__|
+ _____ ______ __ _____
+ / _ | _ | | | _ |
+ | | | | | | | | | | | |_| |
+ | |_| | | |_| | | |___ | ___/
+ _____/ |______/ |______| |__|
- Diskless Workstation (v4.0/$dstr (c) <odlx project>
+ Diskless Workstation (v4.0/$dstr (c) <odl project>
">/mnt/etc/issue
#######################################################################