summaryrefslogtreecommitdiff
path: root/rules/packages
AgeCommit message (Collapse)Author
2010-04-12rules: delete outdated packagees rulesKay Sievers
2009-09-16rules: drop almost all NAME= keysKay Sievers
The drivers in kernel 2.6.31 supply the names for custom node names if needed.
2009-09-16rules: remove remaining NAME="%k"Kay Sievers
2009-05-11delete vol_id and require util-linux-ng's blkidKay Sievers
2009-03-16rules: md-raid.rules fixMichal Soltys
md/array_state in case of partition doesn't exist, so all uevents for partitions didn't execute any SYMLINK rules Signed-off-by: Michal Soltys <soltys@ziu.info>
2009-02-13rules: add "watch" option to dm and md rulesKay Sievers
2009-02-05rules: fix md "change"/"remove" handlingKay Sievers
On Thu, Feb 5, 2009 at 08:43, Harald Hoyer <harald@redhat.com> wrote: > Radek Vykydal <rvykydal@redhat.com> encountered a problem with md devices. > If the raid is about to be removed a "change" and "remove" event is sent.
2009-01-05rules: zaptel - add "dialout" groupKay Sievers
2009-01-04rules: Ubuntu merge - s/uucp/dialout/Kay Sievers
2008-12-22rules: isdn - remove /dev/isdn/capi20 symlinkKay Sievers
2008-12-22rules: put alsa in group "audio"Kay Sievers
2008-12-22rules: remove /dev/dsp /dev/audioKay Sievers
2008-12-09rules: add "do not edit header"Kay Sievers
2008-12-09rules: move aoe rules to default rules fileKay Sievers
2008-12-09rules: add rules for AoE devicesRyan Thomas
In the interest of standardizing udev rules, please consider the following patch that adds udev rules for the ATA over Ethernet character and block devices. The aoe module has been a long-time member of the kernel and needs inclusion in the standard udev rules.
2008-12-03rules: fix isdn rulesKay Sievers
On Tue, Dec 2, 2008 at 21:07, Matthias Schwarzott <zzam@gentoo.org> wrote: > It seems that the rules related to capi devices are not correct: > > KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20" > KERNEL=="capi*", NAME="capi/%n" > > Changing the second rule to match only on KERNEL=="capi[0-9]*" is reported to > make it work. > So I can only guess that the problem is the second rule overwriting the NAME > set by the first one.
2008-11-28rules: infiniband.rules -> 40-infiniband.rulesKay Sievers
2008-11-28rules: add infiniband rulesKay Sievers
2008-11-06rules: md - add mdadm 3 device namingKay Sievers
2008-10-07replace spaces in dm and md name symlinksKay Sievers
We create multiple symlinks for dm names with spaces, which isn't what we want.
2008-08-27rules: fix md rules for partitioned devicesMichal Soltys
2008-08-11rules: add isdn rulesKay Sievers
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.