aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2011-10-07 03:28:45 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2011-10-07 03:28:45 +0000
commit81060b6ada18a2b511d944276c6f318bb818ff79 (patch)
treef9f602cc1acf42ea9c651cd38c928daaefac1d44
parent2a1c1e03a43156b673a7188a0cd4a784829ab3c5 (diff)
Add missing udev_retry config file to the bootscripts package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--bootscripts/lfs/sysconfig/udev_retry19
1 files changed, 19 insertions, 0 deletions
diff --git a/bootscripts/lfs/sysconfig/udev_retry b/bootscripts/lfs/sysconfig/udev_retry
new file mode 100644
index 000000000..9878f4827
--- /dev/null
+++ b/bootscripts/lfs/sysconfig/udev_retry
@@ -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