summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorBastian Wissler2007-06-29 14:31:49 +0200
committerBastian Wissler2007-06-29 14:31:49 +0200
commit98e2c55fb6ffc66bde819febdf3c1154724164d4 (patch)
treeb5663ff0fec1ee157fc90f7e88811d363f0a43b4 /initramfs
parent* fixed double slash in export path (rootfs) (diff)
downloadcore-98e2c55fb6ffc66bde819febdf3c1154724164d4.tar.gz
core-98e2c55fb6ffc66bde819febdf3c1154724164d4.tar.xz
core-98e2c55fb6ffc66bde819febdf3c1154724164d4.zip
udev_hotplug removed - you don't need it any more
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1196 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/gentoo/functions-2005.112
1 files changed, 0 insertions, 12 deletions
diff --git a/initramfs/distro-specs/gentoo/functions-2005.1 b/initramfs/distro-specs/gentoo/functions-2005.1
index 536eab4a..ab33f558 100644
--- a/initramfs/distro-specs/gentoo/functions-2005.1
+++ b/initramfs/distro-specs/gentoo/functions-2005.1
@@ -26,18 +26,6 @@ echo -e "# changes made to this file by $0 (initrd from $date)" \
config_rc_entry "KEYMAP" "${KEYTABLE}"
}
-# udev service - not verified!
-udev_hotplug () {
-ln -s /bin/udevd /bin/udevstart && udevstart &
-if [ -x /bin/udevd ] ; then
- export UDEVD_EXPECTED_SEQNUM=$(cat /sys/kernel/hotplug_seqnum)
- export UDEVD_EVENT_TIMEOUT=1
- echo "" > /proc/sys/kernel/hotplug
- udevd &
-else error "$df_errudev" nonfatal
-fi
-}
-
# set consolefont
consolefont () {
echo -e "\tsetfont ${CONSOLE_FONT} >${LOGFILE} 2>&1\n" \