From 98e2c55fb6ffc66bde819febdf3c1154724164d4 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Fri, 29 Jun 2007 12:31:49 +0000 Subject: 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 --- initramfs/distro-specs/gentoo/functions-2005.1 | 12 ------------ 1 file changed, 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" \ -- cgit v1.2.3-55-g7522