steve crosby wrote:
> Thats not the experience I have here - temporary rules are created in
> /dev/.udev, and correctly copied from there to the /etc/udev/rules.d
> directory by the udev_retry bootscript. Or is this related to network
> cards only? (my temporary rules are for cd-rom naming)
>
> This extract is from lfs-bootscripts-20070203 udev_retry
>
> ---------------------
> # From Debian: "copy the rules generated before / was mounted
> # read-write":
> for file in /dev/.udev/tmp-rules--*; do
> dest=${file##*tmp-rules--}
> [ "$dest" = '*' ] && break
> cat $file >> /etc/udev/rules.d/$dest
> rm -f $file
> done
>
> # Re-trigger the failed uevents in hope they will succeed now
> /sbin/udevtrigger --retry-failed
> ---------------------
>
Sorry for the false report. Of course, you are completely right.
--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page