From 44c51a1730d9304f5f5754e3b63419040aa78729 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 6 Feb 2006 21:24:10 +0000 Subject: 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 --- initrd/initrd-stuff/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'initrd/initrd-stuff/init') 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 -- cgit v1.2.3-55-g7522