]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/dracut-006_remove_scsi_wait.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / src / patches / dracut-006_remove_scsi_wait.patch
1 diff -Naur dracut-006.org/modules.d/99base/init dracut-006/modules.d/99base/init
2 --- dracut-006.org/modules.d/99base/init 2010-06-17 10:46:29.000000000 +0200
3 +++ dracut-006/modules.d/99base/init 2013-10-31 17:05:09.135475525 +0100
4 @@ -175,7 +175,7 @@
5
6 $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue
7
8 - modprobe scsi_wait_scan && rmmod scsi_wait_scan
9 + sleep 0.1
10
11 $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue
12