summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-04-28 14:37:27 +0200
committerDirk von Suchodoletz2007-04-28 14:37:27 +0200
commit953a3090ab7cb1f55ebf5e335aa531a9086d79f4 (patch)
treecb81391ece935e8106e72e8909aea0b72eaceab2 /initramfs/initrd-stuff/bin
parentSimplification of (u)sleep (applets in busybox) (diff)
downloadcore-953a3090ab7cb1f55ebf5e335aa531a9086d79f4.tar.gz
core-953a3090ab7cb1f55ebf5e335aa531a9086d79f4.tar.xz
core-953a3090ab7cb1f55ebf5e335aa531a9086d79f4.zip
Further simplifications and cleanups (because of busybox switchover)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@939 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/bin')
-rwxr-xr-xinitramfs/initrd-stuff/bin/dhcpmkconfig22
-rwxr-xr-xinitramfs/initrd-stuff/bin/hwautocfg2
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
#############################################################################