summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-04-12 22:28:57 +0200
committerDirk von Suchodoletz2006-04-12 22:28:57 +0200
commit4034b7a643f89416be29aaf5716af58cf05155f0 (patch)
tree7e30a0ffb210b1866500beab04477bc7d669a3e9 /initrd/initrd-stuff/init
parentadded start script enabling for NIS (ypbind) (diff)
downloadcore-4034b7a643f89416be29aaf5716af58cf05155f0.tar.gz
core-4034b7a643f89416be29aaf5716af58cf05155f0.tar.xz
core-4034b7a643f89416be29aaf5716af58cf05155f0.zip
added info file (benefits and differences of the new version 4)
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@183 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init6
1 files changed, 5 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 27d96eb0..2a098f1e 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -2,7 +2,7 @@
# Description: main script for new type of initial ramdisk for
# linux diskless clients version 4
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 11-04-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 12-04-2006
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
#
@@ -145,6 +145,10 @@ if [ -n "${NBD}" ] ; then
fi
# check if at least one type of IP configuration is availabe
if [ -z "$DHCP" -a -z "$LDAP" -a -z "$IPINFO" ] ; then
+ echo -e "# You did not specify any advanced configuration mode for your \
+clients. You\nmight want to add the token 'dhcp' for DHCP configuration, \
+'file(=source)'\nfor config file get via TFTP or 'ldap(=source)' for LDAP \
+configuration to\nyour kernel command line." >> /etc/machine-setup
if strinfile "clientip" /etc/machine-setup ; then
# IP configuration seems to be present in machine-setup file
. /etc/machine-setup