slitaz-boot-scripts rev 348

We dont need soundconf anymore at boot time
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 19:03:46 2014 +0100 (2014-02-16)
parents 1f2b496405ce
children 6342e4d26e04
files etc/init.d/system.sh
line diff
     1.1 --- a/etc/init.d/system.sh	Sat Feb 15 20:14:21 2014 +0100
     1.2 +++ b/etc/init.d/system.sh	Sun Feb 16 19:03:46 2014 +0100
     1.3 @@ -63,9 +63,6 @@
     1.4  	else
     1.5  		/usr/sbin/setmixer
     1.6  	fi
     1.7 -	# Start soundconf to config driver and load module for Live mode
     1.8 -	# if not yet detected.
     1.9 -	/usr/bin/amixer >/dev/null || /usr/sbin/soundconf
    1.10  else
    1.11  	echo "Unable to configure sound card."
    1.12  fi