Author: bryan Date: 2011-10-06 21:28:45 -0600 (Thu, 06 Oct 2011) New Revision: 9615
Added: trunk/BOOK/bootscripts/lfs/sysconfig/udev_retry Log: Add missing udev_retry config file to the bootscripts package Added: trunk/BOOK/bootscripts/lfs/sysconfig/udev_retry =================================================================== --- trunk/BOOK/bootscripts/lfs/sysconfig/udev_retry (rev 0) +++ trunk/BOOK/bootscripts/lfs/sysconfig/udev_retry 2011-10-07 03:28:45 UTC (rev 9615) @@ -0,0 +1,19 @@ +######################################################################## +# Begin /etc/sysconfig/udev_retry +# +# Description : udev_retry script configuration +# +# Authors : +# +# Version : 00.00 +# +# Notes : Each subsystem that may need to be re-triggered after mountfs +# runs should be listed in this file. Probable subsystems to be +# listed here are rtc (due to /var/lib/hwclock/adjtime) and sound +# (due to both /var/lib/alsa/asound.state and /usr/sbin/alsactl). +# Entries are whitespace-separated. +######################################################################## + +rtc + +# End /etc/sysconfig/udev_retry -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page