From 953a3090ab7cb1f55ebf5e335aa531a9086d79f4 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sat, 28 Apr 2007 12:37:27 +0000 Subject: Further simplifications and cleanups (because of busybox switchover) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@939 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/dhcpmkconfig | 22 +++++++++++----------- initramfs/initrd-stuff/bin/hwautocfg | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'initramfs/initrd-stuff/bin') 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 , 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 ############################################################################# -- cgit v1.2.3-55-g7522