source: udev-lfs/ChangeLog@ cba2d4e

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 7.6 7.7 7.8 7.9 8.0 8.1 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 cba2d4e was cba2d4e, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Added systemd and dbus to the book.
Set up systemd and System V side-by-side with the
ability to reboot to either system.

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

  • Property mode set to 100644
File size: 11.1 KB
Line 
12014-03-02 <bdubbs@linuxfromscratch.org>
2 * Makefile.lfs: Remove build procedures leaving only LFS rules
3
42014-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.
7
82010-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.
12
132009-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.
18
192009-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.
22
232009-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
26 anyway).
27
282009-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
35
362009-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).
42
432008-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.
46
472008-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
50 to devices.txt).
51 * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
52 everywhere, per upstream's general request.
53
542008-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.
57
582008-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
61 LFS ticket #2076.
62
632008-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.
70
712008-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.
75
762007-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.
80
812007-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.
84
852007-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.
91
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.
95
96 * doc/25-lfs.txt: Rename to 51-lfs.txt.
97 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
98 the upstream rules.
99 * doc/27-firmware.txt: Rename to 81-firmware.txt.
100 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
101
102 * Makefile: Use new filenames.
103
1042007-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.
109
1102007-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.
113
1142007-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.
118
1192007-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)
122
1232007-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.
126
1272006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
128 * Makefile: Add a missing backslash in install-extra-doc.
129
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
133 instead.
134 * Makefile: Don't install these rules files after all. Also, only
135 install corresponding docs if requested.
136
1372006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
138 * Makefile: Added; contains targets to install rules and doc files.
139 From Dan Nicholson.
140
1412006-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
145 upstream.
146 * doc/60-persistent-storage.txt: Modify to match the changes. Also
147 fix a couple typos.
148
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).
151
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.
157
158 * doc/25-lfs.txt: Add a note on interaction between permissions and
159 symlinks.
160
1612006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
162 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
163 0660).
164
165 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
166 Also tweak the comment about other TTY devices.
167
1682006-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.
171
172 * doc/05-udev-early.txt: Update to match.
173
1742006-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.)
178
179 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
180
181 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
182 now finished.
183
1842006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
185 * doc/60-persistent-input.txt: Explain (in probably too much detail)
186 60-persistent-input.rules.
187
1882006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
189 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
190
191 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
192
193 * doc/27-firmware.txt: Explain 27-firmware.rules.
194
1952006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
196 * doc/25-lfs.txt: Explain 25-lfs.rules.
197
198 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
199
2002006-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.
205
2062006-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.
210
2112006-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.
215
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.
219
2202006-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
223 SUBSYSTEMS.
224
2252006-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
229 udev-097 and before!
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 "?*").
233
234 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
235 entries. (See standards.info; search it for "changelog" to get
236 the general gist.)
237
238dnicholson - Jul 14, 2006
239 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
240 to Anthony Wright.
241
242n/a - Jul 12, 2006
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
247
248n/a - Jun 07, 2006
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
253
254n/a - May 15, 2006
255 * Part one of 25-lfs.rules rewrite
256 * Some minor tweaking of the layout
257
258n/a - May 12, 2006
259 * Initial import of the udev-config directory.
260 * Reorganized and modularized the rules files.
261 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.