summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso/mythvantage/root-image/root/LinHES-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/archiso/mythvantage/root-image/root/LinHES-install.sh')
-rwxr-xr-xbuild_tools/archiso/mythvantage/root-image/root/LinHES-install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/archiso/mythvantage/root-image/root/LinHES-install.sh b/build_tools/archiso/mythvantage/root-image/root/LinHES-install.sh
index a4f8bd7..704112d 100755
--- a/build_tools/archiso/mythvantage/root-image/root/LinHES-install.sh
+++ b/build_tools/archiso/mythvantage/root-image/root/LinHES-install.sh
@@ -11,6 +11,7 @@ export MALLOC_CHECK_=0
xset s off
xset -dpms
xhost +
+xdotool mousemove 0 0
CMDLINE=$(cat /proc/cmdline)
echo $CMDLINE |grep -q nfsroot
@@ -26,7 +27,7 @@ MythVantage -r
if [ x$NFSROOT = x1 ]
then
- unbuffer MythVantage &
+ unbuffer MythVantage -L &
else
NETBOOT=YES MythVantage &
fi