summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-05-22 15:07:55 +0200
committerDirk von Suchodoletz2006-05-22 15:07:55 +0200
commitc4db6c04d5bbd889718c4297d004c56fd0772608 (patch)
tree5b157b71a5aaf68bc91dfb3f2113a88ab7c1da5e /initrd/initrd-stuff/etc/functions
parentbetter hw detection for devices on pcmcia, small fix for wrong error (diff)
downloadcore-c4db6c04d5bbd889718c4297d004c56fd0772608.tar.gz
core-c4db6c04d5bbd889718c4297d004c56fd0772608.tar.xz
core-c4db6c04d5bbd889718c4297d004c56fd0772608.zip
small bug fixes and additions ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@229 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc/functions')
-rw-r--r--initrd/initrd-stuff/etc/functions5
1 files changed, 5 insertions, 0 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions
index 26a361b6..e8b12f76 100644
--- a/initrd/initrd-stuff/etc/functions
+++ b/initrd/initrd-stuff/etc/functions
@@ -247,6 +247,11 @@ case $dhcp in
error "$error_pump"
;;
ipconfig)
+ [ $DEBUGLEVEL -gt 1 ] && echo -e "# You are using ipconfig as dhcp \
+client. With this tool you only get the\n# basic IP settings from the \
+server. No vendor specific, self defined\n# dhcp options are possible this \
+way. use dhclient instead or get them via\n# tftp (to be enabled via kernel \
+command line)." >> /etc/machine-setup
error "$error_ipconf"
;;
*)