source: udev-lfs/ChangeLog@ a9de431

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since a9de431 was a9de431, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update rule in 83-cdrom-symlinks.rules in udev-lfs tarball

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 11.2 KB
Line 
12017-10-27 <bdubbs@linuxfromscratch.org>
2 * 83-cdrom-symlinks.rules: Adjust test for writable root directory.
3
42014-03-02 <bdubbs@linuxfromscratch.org>
5 * Makefile.lfs: Remove build procedures leaving only LFS rules
6
72014-02-16 <bdubbs@linuxfromscratch.org>
8 * Makefile.lfs: Adjust warning flags. Adjust linking rules to
9 allow build with util-linux in LFS's /tools directory.
10
112010-01-26 Matt Burgess <matthew@linuxfromscratch.org>
12 * 55-lfs.rules: Remove lots of rules that have been merged upstream.
13 * 61-cdrom.rules: Remove as upstream has a replacement.
14 * doc/*: Cleanup and rewrite now that the rules are much simpler.
15
162009-09-25 Bryan Kadzban <bryan@linuxfromscratch.org>
17 * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people
18 that don't use the RTC-class driver -- add another copy of the rule,
19 using KERNEL=="rtc" instead of SUBSYSTEM=="rtc". Also move the ACTION
20 match before the assignment to MODE.
21
222009-05-23 Bruce Dubbs <bdubbs@linuxfromscratch.org>
23 * 55-lfs.rules: Set the rtc by udev upon boot. Removed aio device from
24 udev configuration so defaults are used.
25
262009-05-16 Bryan Kadzban <bryan@linuxfromscratch.org>
27 * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
28 input devices (including psaux, which probably doesn't exist anymore
29 anyway).
30
312009-05-16 Matt Burgess <matthew@linuxfromscratch.org>
32 * 55-lfs.rules: Remove the block rule as it was only setting
33 permissions that Udev will set by default
34 * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
35 included in upstream's rule
36 * 55-lfs-rules: Remove the tape rules as the group they sets is already
37 included in upstream's rules
38
392009-03-15 Bryan Kadzban <bryan@linuxfromscratch.org>
40 * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
41 version, which has a better match via SUBSYSTEM).
42 * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
43 to standardize on a Debian-like setup (uucp is for UUCP daemons to use
44 for privilege separation; dialout is for users and devices).
45
462008-12-07 Bruce Dubbs <bdubbs@linuxfromscratch.org>
47 * 55-lfs.rules: Change one line to use continuation so it does
48 not overflow the book's width.
49
502008-12-07 Bryan Kadzban <bryan@linuxfromscratch.org>
51 * 55-lfs.rules: Remove several rules that are either provided by upstream,
52 or that don't have any effect (there is no /dev/js or /dev/djs according
53 to devices.txt).
54 * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
55 everywhere, per upstream's general request.
56
572008-11-11 Bryan Kadzban <bryan@linuxfromscratch.org>
58 * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
59 numbers. Thanks to Trent Shea for the fix. Closes #2278.
60
612008-10-15 DJ Lucas <dj@linuxfromscratch.org>
62 * 55-lfs.rules: Override default perms on floppy disk devices provided
63 by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes
64 LFS ticket #2076.
65
662008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
67 * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is
68 already handled by udev's 50-udev-default.rules file. The docs
69 can be added back later if needed.
70 * Makefile: Don't install the above deleted files.
71 * 55-lfs.rules: Remove the device-mapper rule, since the upstream
72 50-udev-default.rules file handles it properly.
73
742008-04-02 Bryan Kadzban <bryan@linuxfromscratch.org>
75 * Makefile: Make the package DESTDIR-friendly by installing the docs
76 into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
77 trying to figure out what version of udev was just installed.
78
792007-10-30 Bryan Kadzban <bryan@linuxfromscratch.org>
80 * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
81 the rules that override upstream's assignment of the dialout group.
82 Replace "dialout" with "uucp" on the remaining rules.
83
842007-10-29 Bryan Kadzban <bryan@linuxfromscratch.org>
85 * 51-lfs.rules: Move to 55-lfs.rules.
86 * doc/51-lfs.rules: Move to doc/55-lfs.rules.
87
882007-10-27 Bryan Kadzban <bryan@linuxfromscratch.org>
89 * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
90 new 50-udev-defaults.rules file; remove them. Override permissions
91 where needed elsewhere (and document overrides in comments).
92 * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
93 modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
94
95 * 25-lfs.rules: Move to 51-lfs.rules.
96 * 27-firmware.rules: Move to 81-firmware.rules.
97 * 81-cdrom.rules: Move to 61-cdrom.rules.
98
99 * doc/25-lfs.txt: Rename to 51-lfs.txt.
100 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
101 the upstream rules.
102 * doc/27-firmware.txt: Rename to 81-firmware.txt.
103 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
104
105 * Makefile: Use new filenames.
106
1072007-07-31 Dan Nicholson <dnicholson@linuxfromscratch.org>
108 * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
109 nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
110 to only trigger on "add" events. This change is not backwards
111 compatible with older kernels.
112
1132007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
114 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
115 which is what's expected in userspace apps such as x86info.
116
1172007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org>
118 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
119 and floppies (create extra nodes based on CMOS type), copied from
120 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
121
1222007-03-04 Matthew Burgess <matthew@linuxfromscratch.org>
123 * Makefile: Use `udevd --version' to work out what version of Udev is
124 installed (requires Udev >= 106)
125
1262007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org>
127 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
128 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
129
1302006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
131 * Makefile: Add a missing backslash in install-extra-doc.
132
133 * 05-udev-early.rules, 60-persistent-input.rules,
134 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book
135 will install these files from udev's etc/udev/rules.d directory
136 instead.
137 * Makefile: Don't install these rules files after all. Also, only
138 install corresponding docs if requested.
139
1402006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
141 * Makefile: Added; contains targets to install rules and doc files.
142 From Dan Nicholson.
143
1442006-10-14 Bryan Kadzban <bryan@linuxfromscratch.org>
145 * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
146 upstream sample rules files (from udev-102), except for one rule
147 which is more specific in our tarball and should probably be changed
148 upstream.
149 * doc/60-persistent-storage.txt: Modify to match the changes. Also
150 fix a couple typos.
151
152 * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
153 tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
154
155 * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style
156 glob matching, not regular expressions, so the old rules would match
157 nonsense device names like hw0asdf and pcmDzxcv. As long as the first
158 character after the "fixed" portion was in the list, the rule would
159 match; it wouldn't apply the same character range to later characters.
160
161 * doc/25-lfs.txt: Add a note on interaction between permissions and
162 symlinks.
163
1642006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
165 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
166 0660).
167
168 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
169 Also tweak the comment about other TTY devices.
170
1712006-10-04 Bryan Kadzban <bryan@linuxfromscratch.org>
172 * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel
173 2.6.18, this rule is no longer required.
174
175 * doc/05-udev-early.txt: Update to match.
176
1772006-09-28 Bryan Kadzban <bryan@linuxfromscratch.org>
178 * doc/60-persistent-storage.txt: Explain persistent storage rules, or
179 at least the parts I understand. (I don't use DASD or netblock or
180 several other supported configurations.)
181
182 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
183
184 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
185 now finished.
186
1872006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
188 * doc/60-persistent-input.txt: Explain (in probably too much detail)
189 60-persistent-input.rules.
190
1912006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
192 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
193
194 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
195
196 * doc/27-firmware.txt: Explain 27-firmware.rules.
197
1982006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
199 * doc/25-lfs.txt: Explain 25-lfs.rules.
200
201 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
202
2032006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
204 * doc: New subdirectory to contain documentation of rules
205 * doc/README: New file, top-level documentation
206 * doc/*.txt: New documentation files, one for each rules file. Only
207 05-udev-early.txt has anything in it.
208
2092006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
210 * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
211 of setting NAME to an empty string. This matches the way we ignore
212 devmapper / LVM devices.
213
2142006-09-22 Bryan Kadzban <bryan@linuxfromscratch.org>
215 * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
216 60-persistent-input.rules creates persistent symlinks for input
217 devices, and 95-udev-late.rules enables udevmonitor.
218
219 * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
220 ATTRS{removable} on partition devices. Replace ATTRS{removable}
221 with ATTR{removable} on whole-disk devices.
222
2232006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
224 * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS}
225 in the rule that waits for the "bus" symlink should be replaced by
226 SUBSYSTEMS.
227
2282006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
229 * Adapted rules to the new matches used in udev-098 and above (e.g.,
230 SYSFS becomes ATTRS). Prevents warnings, and support for the old
231 matches will be removed eventually. These rules will not work with
232 udev-097 and before!
233 * Fixed several bugs in the rules left over from previous udev
234 versions (missing commas, overwriting user symlinks using ="..."
235 instead of +="...", and matching against "*" instead of "?*").
236
237 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
238 entries. (See standards.info; search it for "changelog" to get
239 the general gist.)
240
241dnicholson - Jul 14, 2006
242 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
243 to Anthony Wright.
244
245n/a - Jul 12, 2006
246 * Added options so temporary nodes are not created with device-mapper
247 * Adapted cdrom rules to identify CD-ROM drives correctly by adding
248 SUBSYSTEM=="block" test.
249 * Added simple 81-cdrom.rules file to set cdrom group ownership
250
251n/a - Jun 07, 2006
252 * Removed nvidia rules
253 * Removed bug reporting rule
254 * Moved Debian-based persistent CD-ROM rules to contrib
255 * Adapted firmware rule to udev-093
256
257n/a - May 15, 2006
258 * Part one of 25-lfs.rules rewrite
259 * Some minor tweaking of the layout
260
261n/a - May 12, 2006
262 * Initial import of the udev-config directory.
263 * Reorganized and modularized the rules files.
264 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.