diff options
Diffstat (limited to 'initramfs/initrd-stuff/bin')
| -rwxr-xr-x | initramfs/initrd-stuff/bin/dhcpmkconfig | 22 | ||||
| -rwxr-xr-x | initramfs/initrd-stuff/bin/hwautocfg | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/initramfs/initrd-stuff/bin/dhcpmkconfig b/initramfs/initrd-stuff/bin/dhcpmkconfig index 57f6ddee..9726d51b 100755 --- a/initramfs/initrd-stuff/bin/dhcpmkconfig +++ b/initramfs/initrd-stuff/bin/dhcpmkconfig @@ -1,15 +1,18 @@ #!/bin/sh +# Copyright (c) 2003 - 2006 - RZ Uni Freiburg +# Copyright (c) 2006, 2007 - OpenSLX GmbH # -# universal (distro independent) IP configuration writer for several dhcp -# clients used within OpenSLX initramfs. The result is written in unified -# form to the /etc/machine-setup file +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your feedback to feedback@openslx.org # -# Dirk von Suchodoletz <dvs@OpenSLX.com>, 09-01-2007 -# Lars Mueller, 23-06-2006 -# Oliver Tappe, 23-06-2006 -# Michael Janczyk, 09-01-2007 +# General information about OpenSLX can be found under http://openslx.org # -# (c) 2006 - RZ Universitaet Freiburg +# Universal (distro independent) IP configuration writer for several dhcp +# clients used within OpenSLX initramfs. The result is written in unified +# form to the /etc/machine-setup file # client variable should be exported via calling function cfgfile="/tmp/confviadhcp" @@ -52,9 +55,6 @@ enabled via kernel command\n# line)." >>$cfgfile >>$cfgfile fi ;; - *pump*) - dhcl="pump"; echo -e "$cfgmsg\n$infomsg" >>$cfgfile - ;; *udhcpc*) dhcl="udhcpc"; echo -e "$cfgmsg\n$infomsg" >>$cfgfile # if $cfgfile is changed change target for set output accordingly diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg index 7b023015..1d3381a1 100755 --- a/initramfs/initrd-stuff/bin/hwautocfg +++ b/initramfs/initrd-stuff/bin/hwautocfg @@ -10,7 +10,7 @@ # # General information about OpenSLX can be found under http://openslx.org # -# universal (distro independent) hardware autoconfiguration script for +# Universal (distro independent) hardware autoconfiguration script for # OpenSLX linux diskless clients, using hwconfig from knoppix as base tool ############################################################################# |
