diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-26 19:28:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-26 19:28:22 +0000 |
commit | 3cf57d40591f302edea1962a8949fe646b365b5c (patch) | |
tree | 5b399448faf021f1e9100e193f509f1c09d8f792 /udev-config/doc/61-cdrom.txt | |
parent | cf8d1947c2d2354d6492fa81c38ddf2eca5c1006 (diff) |
Remove a lot of redundant Udev rules. Upstream has most of what we need. Fixes #2527.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config/doc/61-cdrom.txt')
-rw-r--r-- | udev-config/doc/61-cdrom.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/udev-config/doc/61-cdrom.txt b/udev-config/doc/61-cdrom.txt deleted file mode 100644 index ff7887fe3..000000000 --- a/udev-config/doc/61-cdrom.txt +++ /dev/null @@ -1,16 +0,0 @@ -Purpose of rules file: - -This file re-assigns CD-ROM type devices to the "cdrom" group. - - -Description of rules: - -There is only one rule here. It depends on the 60-persistent-storage file, -though, because it requires the ID_TYPE environment variable to be set properly -for CD devices. Normally the rules in the 60-persistent-storage.rules file -will run the correct *_id programs to do this properly. - -If ID_TYPE is "cd", and this is a block device, and it's an add event, then we -assign the device to the "cdrom" group. Simple, once the *_id programs have -all been run. - |