From 4034b7a643f89416be29aaf5716af58cf05155f0 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 12 Apr 2006 20:28:57 +0000 Subject: 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 --- initrd/initrd-stuff/init | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'initrd/initrd-stuff/init') 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 , 11-04-2006 +# Author(s): Dirk von Suchodoletz , 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 -- cgit v1.2.3-55-g7522