summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorFelix Endres2006-02-15 18:54:27 +0100
committerFelix Endres2006-02-15 18:54:27 +0100
commitf5d2b425f0ebf5822cf676c63f7ab20e5088e284 (patch)
tree4f22729ecd4bbfc75d33466c3704563da9143d48 /initrd/initrd-stuff/init
parentUdevd-fix. Maus funktioniert nun. (diff)
downloadcore-f5d2b425f0ebf5822cf676c63f7ab20e5088e284.tar.gz
core-f5d2b425f0ebf5822cf676c63f7ab20e5088e284.tar.xz
core-f5d2b425f0ebf5822cf676c63f7ab20e5088e284.zip
Laden des unix-modul zu den Ubuntuspezifische Funktionen
Starten des dbus-daemon für den HAL gdm beim Boot starten git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@74 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init5
1 files changed, 1 insertions, 4 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 5452aaaf..77ff0212 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -47,9 +47,6 @@ exec < /dev/console > /dev/console 2>&1
# run pre init script
preinit
-# load unix module to provide sockets
-modprobe ${MODPRV} unix || error " Failed to load the \"unix\" module. \
-Problems with Hardware detection will probably arise"
# start device auto discovery service - distro specific function
udev_hotplug
# read kernel commandline
@@ -402,7 +399,7 @@ d_mkbootld close
killall -9 dhcpcd dhclient pump 2>/dev/null
# unmount the bind mounted modules directory
-bash
+#bash
for i in 0 40 100 200 300 500 800 1000 1200; do
usleep $i && umount -n /lib/modules/${KERNEL} 2>/dev/null && break