summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-02-06 22:24:10 +0100
committerDirk von Suchodoletz2006-02-06 22:24:10 +0100
commit44c51a1730d9304f5f5754e3b63419040aa78729 (patch)
treeb713c0829292b9572022e284a6aeba9597f0e4fd /initrd/initrd-stuff/init
parentFixed small bug in mkdxsinitrd/repco (link copying) and moved the (diff)
downloadcore-44c51a1730d9304f5f5754e3b63419040aa78729.tar.gz
core-44c51a1730d9304f5f5754e3b63419040aa78729.tar.xz
core-44c51a1730d9304f5f5754e3b63419040aa78729.zip
Some tests with SuSE 10.1 revealed bugs in mkdxsinitrd. Added
configuration and functions ... git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@63 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init3
1 files changed, 2 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index bcb42c52..112c1539 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -39,6 +39,7 @@ echo 256 > /proc/sys/kernel/real-root-dev
[ ! -d /sys/class ] && mount -n -t sysfs sysfs /sys
# start device auto discovery service - distro specific function
+bash
udev_hotplug
# read kernel commandline
TMPFSSIZE="50%"
@@ -245,7 +246,6 @@ if [ -z "${DNBDOPT}" -a -z "${NBDOPT}" -a -z "${NFSROOT}" ] ; then
. /etc/machine-setup
NFSROOT=${serverip}:${root_path}
fi
-
# call function for nfs mounts
if [ -z "${DNBDOPT}" -a -z "${NBDOPT}" ] ; then
nfsmnt ${NFSROOT} ${MODPRV}
@@ -382,6 +382,7 @@ of this client did not finish in\n time. You might check the process list \
and list the modules loaded until\n now."
# close runlevel script for stuff to execute during early bootup
d_mkbootld close
+bash
# IP configuration is made and should not be updated automatically, udevd
# should be killed if started within init
killall -9 dhcpcd dhclient pump 2>/dev/null