tazlito rev 290

Fix sound card remouving and obsolete screen.conf (used by Xvesa in the past)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 22:00:06 2012 +0100 (2012-11-14)
parents ff1150bb5001
children 3014763f4b52
files tazlito
line diff
     1.1 --- a/tazlito	Mon Sep 03 10:10:22 2012 +0200
     1.2 +++ b/tazlito	Wed Nov 14 22:00:06 2012 +0100
     1.3 @@ -2272,8 +2272,7 @@
     1.4  			y|Y|yes|Yes)
     1.5  				echo -n "Removing current sound card and screen configurations..."
     1.6  				rm -f /var/lib/sound-card-driver
     1.7 -				rm -f /etc/asound.state
     1.8 -				rm -f /etc/X11/screen.conf
     1.9 +				rm -f /var/lib/alsa/asound.state
    1.10  				rm -f /etc/X11/xorg.conf ;;
    1.11  			*)
    1.12  				echo -n "Keeping current sound card and screen configurations..." ;;