diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-12 13:22:35 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-12 13:22:35 (GMT) |
commit | 55c4951b5f8376a0131ca96402af82f0b469600d (patch) | |
tree | 1587f2d1dc5c172275bb5fd8536dda1315432a99 /abs/core-testing/LinHES-config/startx | |
parent | 858f0c53e9673a41bd5b3f7014b28b2f0e28cdef (diff) | |
parent | 9182c2064790a8247622117138809d38a6c71f40 (diff) | |
download | linhes_pkgbuild-55c4951b5f8376a0131ca96402af82f0b469600d.zip linhes_pkgbuild-55c4951b5f8376a0131ca96402af82f0b469600d.tar.gz linhes_pkgbuild-55c4951b5f8376a0131ca96402af82f0b469600d.tar.bz2 |
merge
Diffstat (limited to 'abs/core-testing/LinHES-config/startx')
-rwxr-xr-x | abs/core-testing/LinHES-config/startx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/startx b/abs/core-testing/LinHES-config/startx index 0ffdf8c..75ba06a 100755 --- a/abs/core-testing/LinHES-config/startx +++ b/abs/core-testing/LinHES-config/startx @@ -15,7 +15,7 @@ if [ x$USEVNC = x1 ] then $MV_ROOT/bin/xconfig.sh cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install - startx /root/live-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail + startx /root/live-install.sh -- -logverbose 6 -config /root/xorg.conf.install -allowMouseOpenFail else #VNC pacman -Sf --noconfirm tightvnc |