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