summaryrefslogtreecommitdiffstats
path: root/initrd
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-07-01 00:19:35 +0200
committerDirk von Suchodoletz2006-07-01 00:19:35 +0200
commitd4fbabafcf9e3e24e6badfd70f0da2c232c12cd4 (patch)
tree42fd14a1dd12537011c8b7f8cbddf0fd78360b56 /initrd
parentInitial support for busybox, update of hwsetup and hw configuration data (diff)
downloadcore-d4fbabafcf9e3e24e6badfd70f0da2c232c12cd4.tar.gz
core-d4fbabafcf9e3e24e6badfd70f0da2c232c12cd4.tar.xz
core-d4fbabafcf9e3e24e6badfd70f0da2c232c12cd4.zip
Reenabled the dhcp clients (forgot that after testing, configuring the
busybox udhcpc) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@263 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd')
-rwxr-xr-xinitrd/mkdxsinitrd15
1 files changed, 9 insertions, 6 deletions
diff --git a/initrd/mkdxsinitrd b/initrd/mkdxsinitrd
index 44983e80..0f719e2e 100755
--- a/initrd/mkdxsinitrd
+++ b/initrd/mkdxsinitrd
@@ -3,7 +3,7 @@
# Description: universal (distro independent) generator for initial
# ramdisks for linux diskless clients
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 29-06-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 01-07-2006
# Nico Dietrich
# Felix Endres
#
@@ -476,11 +476,11 @@ else
fi
# one of the dhcp clients
-#for dhcp in dhclient dhcpcd pump ipconfig ; do
-# binfinder $dhcp && break;
-#done
-#cobi $dhcp bin
-#mkdir -p ${INSTDIR}/var/{lib,run}
+for dhcp in dhclient dhcpcd pump ipconfig ; do
+ binfinder $dhcp && break;
+done
+cobi $dhcp bin
+mkdir -p ${INSTDIR}/var/{lib,run}
# type of hotplug/udev/dev (for etc directories see above!!)
for bbins in udev udevd udevstart udevtrigger udevsend
@@ -653,6 +653,9 @@ fi
# fi
#done
+# remove unneeded debug info, fixme not really tested yet
+strip ${INSTDIR}/bin/* ${INSTDIR}/lib/* &>/dev/null
+
#########################################################################
# End of file copy procedures