summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-05-23 23:15:23 +0200
committerDirk von Suchodoletz2006-05-23 23:15:23 +0200
commitcb950e6ea1570d80237b6df8b67a71e8e4bf109f (patch)
tree576290231d1e49644b979cc9b31fd19bb1b5fc19 /initrd/initrd-stuff/init
parentsome fixes ... (diff)
downloadcore-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.tar.gz
core-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.tar.xz
core-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.zip
not all was done by me - so check the log for changes :-))
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@233 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init10
1 files changed, 5 insertions, 5 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 8a4baf73..743e195e 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -2,11 +2,11 @@
# Description: main script for new type of initial ramdisk for
# linux diskless clients version 4
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 22-05-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 23-05-2006
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
#
-# Version: 0.2.4g
+# Version: 0.2.4h
# functions common for all distros, messages contains all error and info
# output
@@ -161,9 +161,9 @@ 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
+clients. You\n# might want to add the token 'dhcp' for DHCP configuration, \
+'file(=source)'\n# for config file get via TFTP or 'ldap(=source)' for LDAP \
+configuration to\n# your 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