#2057: Udev-122
------------------------------------------+---------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [email protected]
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
------------------------------------------+---------------------------------
Comment (by [EMAIL PROTECTED]):
With 2.6.22.5, the rules got generated correctly, including comments:
{{{
for SYS in /sys/class/net/* ; do \
DEVPATH=${SYS#/sys} \
ACTION=add \
SUBSYSTEM=net \
INTERFACE=${SYS##*/} \
./test-udev net ; \
done
}}}
However, that's a fairly recent kernel, not sure we want to require that
(see above: a simple workaround exists, but loses PCI/USB information in
comments). And my comment about abusing the testing tool still stands, so
I don't recommend this solution.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2057#comment:42>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page