summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-01-20 22:20:37 +0100
committerDirk von Suchodoletz2006-01-20 22:20:37 +0100
commit7caead1022ee2d8e96ca9be56ddb5be57a86c5c2 (patch)
tree944a2bc456db8c5d28a691ee90b7660349f396aa /initrd/initrd-stuff/init
parentHeftiges Bugfixing in mkdxsinitrd ... intensiv gecheckt mit SuSE 10.0 - (diff)
downloadcore-7caead1022ee2d8e96ca9be56ddb5be57a86c5c2.tar.gz
core-7caead1022ee2d8e96ca9be56ddb5be57a86c5c2.tar.xz
core-7caead1022ee2d8e96ca9be56ddb5be57a86c5c2.zip
Kleinere Bugs in init und dhcpmkconfig gefixt. boot.ld für initialen
Start via Runlevel angepasst. Weitere Tests durchgeführt mit verschiedenen Kernel Commandline Parametern ... git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@30 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init12
1 files changed, 2 insertions, 10 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 0e3111f6..48a9f144 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -231,13 +231,6 @@ filesystem module for the client root\n filesystem ontop of the (D)NBD."
esac
fi
-# if root filesystem should be imported via udp based distributed network
-# block device
-if [ -n "${DNBDOPT}" ] ; then
- modprobe ${MODPRV} dnbd || echo "failed to load dnbd!"
-
-fi
-
# if no type of root filesystem is passed via kernel command line try
# information gathered from dhcp process
if [ -z "${DNBDOPT}" -a -z "${NBDOPT}" -a -z "${NFSROOT}" ] ; then
@@ -385,17 +378,16 @@ waitfor /tmp/svcfg 20000 || error " For some reason the software config \
of this client did not finish in\n time. You might check the process list \
and list the modules loaded until\n now."
date
-bash
+#bash
# IP configuration is made and should not be updated automatically
killall -9 dhcpcd dhclient pump 2>/dev/null
# unmount the bind mounted modules directory
umount -n /lib/modules/${KERNEL} || error "Unmount of the kernel \
modules directory failed for some reason."
-# close script for stuff to execute during early bootup
+# close runlevel script for stuff to execute during early bootup
d_mkbootld close
# reset hotplug
echo "/sbin/hotplug" > /proc/sys/kernel/hotplug
-echo ""
test -f /mnt/etc/inittab || error " The file /etc/inittab does not exist or \
is no regular one. It is needed\n for the bootup procedure to follow."
umount -n /sys || error " Unmount of the kernel sys directory \