# HG changeset patch # User Christophe Lincoln # Date 1352926806 -3600 # Node ID 6535a8744af2f7b4a5d6dc50a3d09fa53611ae71 # Parent ff1150bb5001af2893c5ee1d225215f03d667efa Fix sound card remouving and obsolete screen.conf (used by Xvesa in the past) diff -r ff1150bb5001 -r 6535a8744af2 tazlito --- a/tazlito Mon Sep 03 10:10:22 2012 +0200 +++ b/tazlito Wed Nov 14 22:00:06 2012 +0100 @@ -2272,8 +2272,7 @@ y|Y|yes|Yes) echo -n "Removing current sound card and screen configurations..." rm -f /var/lib/sound-card-driver - rm -f /etc/asound.state - rm -f /etc/X11/screen.conf + rm -f /var/lib/alsa/asound.state rm -f /etc/X11/xorg.conf ;; *) echo -n "Keeping current sound card and screen configurations..." ;;