From 1fbe57588860fdee94c7a7bc7d47162fb4c39c63 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 5 Nov 2010 14:14:34 -0400 Subject: [PATCH] base/init: removed scsi_wait_scan hack --- modules.d/99base/init | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules.d/99base/init b/modules.d/99base/init index b08395b..1a1a0e5 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -187,18 +187,6 @@ while :; do $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue - modprobe scsi_wait_scan && rmmod scsi_wait_scan - - $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue - - for job in /initqueue-settled/*.sh; do - [ -e "$job" ] || break - job=$job . $job - check_finished && break 2 - done - - $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue - # no more udev jobs and queues empty. sleep 0.5 -- 2.7.4