systemd: Enable pam if present in DISTRO_FEATURES
[openembedded.git] / recipes / udev / udev-118 / mtd-exclude-persistent.patch
blob204b7b487ddf51005c5c9d329cb8d00b074dc617
1 Copyright (c) 2009 MontaVista Software, Inc. All rights reserved.
3 --- a/etc/udev/rules.d/60-persistent-storage.rules 2008-06-12 07:24:30.000000000 +0200
4 +++ b/etc/udev/rules.d/60-persistent-storage.rules 2009-08-18 11:39:23.595063264 +0200
5 @@ -10,7 +10,7 @@
6 SUBSYSTEM!="block", GOTO="persistent_storage_end"
8 # skip rules for inappropriate block devices
9 -KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|dm-*|md*", GOTO="persistent_storage_end"
10 +KERNEL=="ram*|loop*|fd*|mtd*|nbd*|gnbd*|dm-*|md*|btibm*", GOTO="persistent_storage_end"
12 # never access non-cdrom removable ide devices, the drivers are causing event loops on open()
13 KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"