From cb950e6ea1570d80237b6df8b67a71e8e4bf109f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 23 May 2006 21:15:23 +0000 Subject: 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 --- initrd/initrd-stuff/init | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'initrd/initrd-stuff/init') 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 , 22-05-2006 +# Author(s): Dirk von Suchodoletz , 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 -- cgit v1.2.3-55-g7522