Subversion Repositories livecd

Rev

Rev 73 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 75
Line 107... Line 107...
107
	  sed -i "s/wifi0/ath0/" /etc/sysconfig/${file}-ath0
107
	  sed -i "s/wifi0/ath0/" /etc/sysconfig/${file}-ath0
108
	  grep -q Wireless /etc/sysconfig/${file}-ath0
108
	  grep -q Wireless /etc/sysconfig/${file}-ath0
109
	  [ "$?" != "0" ] && echo "TYPE=Wireless" >> /etc/sysconfig/${file}-ath0
109
	  [ "$?" != "0" ] && echo "TYPE=Wireless" >> /etc/sysconfig/${file}-ath0
110
      fi
110
      fi
111
    done
111
    done
112
fi
-
 
113
112
fi
-
 
113
 
-
 
114
 
-
 
115
### enable 915resolution on Intel Mobile Display controller
-
 
116
lspci | grep -q Display.*Intel.*Mobile
-
 
117
[ "$?" = "0" ] && chkconfig 915resolution on
-
 
118
 
-
 
119