From fa5d16c62109caf68aa8f8cdc8c246b8c1788c3f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 1 Oct 2007 20:17:51 +0000 Subject: Aeh, fix ... for lbdev again. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1366 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initramfs/initrd-stuff/init') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index 8dd4380c..dc5e533d 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -297,9 +297,9 @@ EOF fi # check if at least one type of IP configuration is availabe -if [ -n "$nodhcp" -a -z "$ldap" -a -z "$ipinfo" -a $srvproto = "lbdev" ]; then - echo -e "# You did not specify any advanced configuration mode for your \ -clients. You\n# might want to add the token 'dhcp' for DHCP configuration, \ +if [ -n "$nodhcp" -a -z "$ldap" -a -z "$ipinfo" -a $srvproto != "lbdev" ] + then echo -e "# You did not specify any advanced configuration mode for \ +your clients. You\n# might want to add the token 'dhcp' for DHCP config, \ '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/initramfs-setup ; then -- cgit v1.2.3-55-g7522