source: udev-config/ChangeLog@ 888d1bb

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 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 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 888d1bb was 1c48007, checked in by Bruce Dubbs <bdubbs@…>, 16 years ago

Moved bootscripts and udev-config to BOOK
Updated Makefile to automatically generate bootscript and udev-config tarballs
Updated licesnse to be the same as BLFS

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

  • Property mode set to 100644
File size: 8.2 KB
Line 
12008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
2 * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is
3 already handled by udev's 50-udev-default.rules file. The docs
4 can be added back later if needed.
5 * Makefile: Don't install the above deleted files.
6 * 55-lfs.rules: Remove the device-mapper rule, since the upstream
7 50-udev-default.rules file handles it properly.
8
92008-04-02 Bryan Kadzban <bryan@linuxfromscratch.org>
10 * Makefile: Make the package DESTDIR-friendly by installing the docs
11 into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
12 trying to figure out what version of udev was just installed.
13
142007-10-30 Bryan Kadzban <bryan@linuxfromscratch.org>
15 * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
16 the rules that override upstream's assignment of the dialout group.
17 Replace "dialout" with "uucp" on the remaining rules.
18
192007-10-29 Bryan Kadzban <bryan@linuxfromscratch.org>
20 * 51-lfs.rules: Move to 55-lfs.rules.
21 * doc/51-lfs.rules: Move to doc/55-lfs.rules.
22
232007-10-27 Bryan Kadzban <bryan@linuxfromscratch.org>
24 * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
25 new 50-udev-defaults.rules file; remove them. Override permissions
26 where needed elsewhere (and document overrides in comments).
27 * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
28 modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
29
30 * 25-lfs.rules: Move to 51-lfs.rules.
31 * 27-firmware.rules: Move to 81-firmware.rules.
32 * 81-cdrom.rules: Move to 61-cdrom.rules.
33
34 * doc/25-lfs.txt: Rename to 51-lfs.txt.
35 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
36 the upstream rules.
37 * doc/27-firmware.txt: Rename to 81-firmware.txt.
38 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
39
40 * Makefile: Use new filenames.
41
422007-07-31 Dan Nicholson <dnicholson@linuxfromscratch.org>
43 * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
44 nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
45 to only trigger on "add" events. This change is not backwards
46 compatible with older kernels.
47
482007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
49 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
50 which is what's expected in userspace apps such as x86info.
51
522007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org>
53 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
54 and floppies (create extra nodes based on CMOS type), copied from
55 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
56
572007-03-04 Matthew Burgess <matthew@linuxfromscratch.org>
58 * Makefile: Use `udevd --version' to work out what version of Udev is
59 installed (requires Udev >= 106)
60
612007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org>
62 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
63 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
64
652006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
66 * Makefile: Add a missing backslash in install-extra-doc.
67
68 * 05-udev-early.rules, 60-persistent-input.rules,
69 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book
70 will install these files from udev's etc/udev/rules.d directory
71 instead.
72 * Makefile: Don't install these rules files after all. Also, only
73 install corresponding docs if requested.
74
752006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
76 * Makefile: Added; contains targets to install rules and doc files.
77 From Dan Nicholson.
78
792006-10-14 Bryan Kadzban <bryan@linuxfromscratch.org>
80 * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
81 upstream sample rules files (from udev-102), except for one rule
82 which is more specific in our tarball and should probably be changed
83 upstream.
84 * doc/60-persistent-storage.txt: Modify to match the changes. Also
85 fix a couple typos.
86
87 * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
88 tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
89
90 * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style
91 glob matching, not regular expressions, so the old rules would match
92 nonsense device names like hw0asdf and pcmDzxcv. As long as the first
93 character after the "fixed" portion was in the list, the rule would
94 match; it wouldn't apply the same character range to later characters.
95
96 * doc/25-lfs.txt: Add a note on interaction between permissions and
97 symlinks.
98
992006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
100 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
101 0660).
102
103 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
104 Also tweak the comment about other TTY devices.
105
1062006-10-04 Bryan Kadzban <bryan@linuxfromscratch.org>
107 * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel
108 2.6.18, this rule is no longer required.
109
110 * doc/05-udev-early.txt: Update to match.
111
1122006-09-28 Bryan Kadzban <bryan@linuxfromscratch.org>
113 * doc/60-persistent-storage.txt: Explain persistent storage rules, or
114 at least the parts I understand. (I don't use DASD or netblock or
115 several other supported configurations.)
116
117 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
118
119 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
120 now finished.
121
1222006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
123 * doc/60-persistent-input.txt: Explain (in probably too much detail)
124 60-persistent-input.rules.
125
1262006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
127 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
128
129 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
130
131 * doc/27-firmware.txt: Explain 27-firmware.rules.
132
1332006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
134 * doc/25-lfs.txt: Explain 25-lfs.rules.
135
136 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
137
1382006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
139 * doc: New subdirectory to contain documentation of rules
140 * doc/README: New file, top-level documentation
141 * doc/*.txt: New documentation files, one for each rules file. Only
142 05-udev-early.txt has anything in it.
143
1442006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
145 * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
146 of setting NAME to an empty string. This matches the way we ignore
147 devmapper / LVM devices.
148
1492006-09-22 Bryan Kadzban <bryan@linuxfromscratch.org>
150 * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
151 60-persistent-input.rules creates persistent symlinks for input
152 devices, and 95-udev-late.rules enables udevmonitor.
153
154 * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
155 ATTRS{removable} on partition devices. Replace ATTRS{removable}
156 with ATTR{removable} on whole-disk devices.
157
1582006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
159 * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS}
160 in the rule that waits for the "bus" symlink should be replaced by
161 SUBSYSTEMS.
162
1632006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
164 * Adapted rules to the new matches used in udev-098 and above (e.g.,
165 SYSFS becomes ATTRS). Prevents warnings, and support for the old
166 matches will be removed eventually. These rules will not work with
167 udev-097 and before!
168 * Fixed several bugs in the rules left over from previous udev
169 versions (missing commas, overwriting user symlinks using ="..."
170 instead of +="...", and matching against "*" instead of "?*").
171
172 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
173 entries. (See standards.info; search it for "changelog" to get
174 the general gist.)
175
176dnicholson - Jul 14, 2006
177 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
178 to Anthony Wright.
179
180n/a - Jul 12, 2006
181 * Added options so temporary nodes are not created with device-mapper
182 * Adapted cdrom rules to identify CD-ROM drives correctly by adding
183 SUBSYSTEM=="block" test.
184 * Added simple 81-cdrom.rules file to set cdrom group ownership
185
186n/a - Jun 07, 2006
187 * Removed nvidia rules
188 * Removed bug reporting rule
189 * Moved Debian-based persistent CD-ROM rules to contrib
190 * Adapted firmware rule to udev-093
191
192n/a - May 15, 2006
193 * Part one of 25-lfs.rules rewrite
194 * Some minor tweaking of the layout
195
196n/a - May 12, 2006
197 * Initial import of the udev-config directory.
198 * Reorganized and modularized the rules files.
199 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.