slitaz-boot-scripts rev 213 3.4.1

hwconf.sh: tiny changes to keep compatible with tazx.
author Antoine Bodin <gokhlayeh@mailoo.org>
date Mon Jul 05 12:56:24 2010 +0200 (2010-07-05)
parents 75aeb6cabe89
children fa0553549cf3
files etc/init.d/hwconf.sh
line diff
     1.1 --- a/etc/init.d/hwconf.sh	Fri Jun 25 16:30:45 2010 +0200
     1.2 +++ b/etc/init.d/hwconf.sh	Mon Jul 05 12:56:24 2010 +0200
     1.3 @@ -76,8 +76,6 @@
     1.4  	echo "Configuring Xorg..."
     1.5  	# $HOME is not yet set.
     1.6  	HOME=/root
     1.7 -	Xorg -configure
     1.8 -	mv -f /root/xorg.conf.new /etc/X11/xorg.conf
     1.9  	sed -i 's|/usr/bin/Xvesa|/usr/bin/Xorg|' /etc/slim.conf
    1.10  	sed -i s/"^xserver_arguments"/'\#xserver_arguments'/ /etc/slim.conf
    1.11  	tazx config-xorg
    1.12 @@ -86,7 +84,7 @@
    1.13  # Screen size config for slim/Xvesa (last config dialog before login).
    1.14  #
    1.15  # NOTE: Xvesa is unmaintained, package will be removed and all related
    1.16 -# code cleaned 
    1.17 +# code cleaned
    1.18  #
    1.19  if [ ! -s /etc/X11/screen.conf -a -x /usr/bin/Xvesa ]; then
    1.20  	# $HOME is not yet set.