# HG changeset patch # User Christophe Lincoln # Date 1329387491 -3600 # Node ID 23be5da0f57c0b06332be342eb3dff82ff672010 # Parent e5d3e6f80efd5dd41907af49db12d1e01c51b4b7 system.sh: Fix sound config restoration, config moved to /var/lib/alsa/asound.state diff -r e5d3e6f80efd -r 23be5da0f57c etc/init.d/system.sh --- a/etc/init.d/system.sh Tue Feb 14 19:10:12 2012 +0100 +++ b/etc/init.d/system.sh Thu Feb 16 11:18:11 2012 +0100 @@ -62,7 +62,7 @@ # Sound card may already be detected by PCI-detect. elif [ -d /proc/asound ]; then # Restore sound config for installed system. - if [ -s /etc/asound.state ]; then + if [ -s /var/lib/alsa/asound.state ]; then echo -n "Restoring last alsa configuration..." alsactl restore status