[PC-BSD Commits] r478 - livepcbsd/extra/customroot/etc
svn at pcbsd.org
svn at pcbsd.org
Sat Jul 14 03:21:33 PDT 2007
Author: andrei
Date: 2007-07-14 11:21:33 +0100 (Sat, 14 Jul 2007)
New Revision: 478
Modified:
livepcbsd/extra/customroot/etc/rc.local
Log:
Added sound detection.
Modified: livepcbsd/extra/customroot/etc/rc.local
===================================================================
--- livepcbsd/extra/customroot/etc/rc.local 2007-07-14 10:20:16 UTC (rev 477)
+++ livepcbsd/extra/customroot/etc/rc.local 2007-07-14 10:21:33 UTC (rev 478)
@@ -7,3 +7,9 @@
# Make memory based /media for HALd
/sbin/mdmfs -s 1m md7 /media
+
+# Generate Xorg configuration file
+#/PCBSD/cardDetect/x_config.sh
+
+# Detect sound-card
+/PCBSD/cardDetect/sound_detect.sh
More information about the Commits
mailing list