diff options
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay')
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx index 58858d8..9274703 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/startx @@ -14,7 +14,7 @@ if [ x$USEVNC = x1 ] then $MV_ROOT/bin/xconfig.sh 2>/dev/null cat /etc/X11/xorg.conf | sed -e 's/dev\/mouse/dev\/psaux/g'> /root/xorg.conf.install - startx /root/LinHES-install.sh -- -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log + startx /root/LinHES-install.sh -- -logverbose 6 -config /root/xorg.conf.install -allowMouseOpenFail 2>/tmp/x.log else #VNC pacman -Sf --noconfirm tightvnc |