]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/udev-config-6.2_persistent-storage-fix.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[ipfire-2.x.git] / src / patches / udev-config-6.2_persistent-storage-fix.patch
CommitLineData
d004707e
AF
1diff -Naur udev-config-6.2.org/60-persistent-storage.rules udev-config-6.2/60-persistent-storage.rules
2--- udev-config-6.2.org/60-persistent-storage.rules 2006-05-13 01:03:13.000000000 +0200
3+++ udev-config-6.2/60-persistent-storage.rules 2010-08-14 11:08:35.000000000 +0200
4@@ -9,7 +9,7 @@
5
6 # never access removable ide devices, the drivers are causing event loops on open()
7 KERNEL=="hd*[!0-9]", SYSFS{removable}=="1", DRIVER=="ide-cs|ide-floppy", GOTO="persistent_storage_end"
8-KERNEL=="hd*[0-9]", SYSFS{../removable}=="1", GOTO="persistent_storage_end"
9+KERNEL=="hd*[0-9]", SYSFS{removable}=="1", GOTO="persistent_storage_end"
10
11 # for partitions import parent information
12 KERNEL=="*[0-9]", IMPORT{parent}=="ID_*"