diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-01-23 09:52:38 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-01-23 09:52:38 (GMT) |
commit | 332702fe9eaf2db10c7bc2fdf840460e9c119623 (patch) | |
tree | cdb7e4f3c0f61f7c2d1b278abb47ca952703e2cf /abs/core-testing/LinHES-config-22/live-install.sh | |
parent | 2cb896aaa2e7143dacb9fcee9952fc572dbff3a7 (diff) | |
download | linhes_pkgbuild-332702fe9eaf2db10c7bc2fdf840460e9c119623.zip linhes_pkgbuild-332702fe9eaf2db10c7bc2fdf840460e9c119623.tar.gz linhes_pkgbuild-332702fe9eaf2db10c7bc2fdf840460e9c119623.tar.bz2 |
mythvantage for 0.22, latest mythtv
Diffstat (limited to 'abs/core-testing/LinHES-config-22/live-install.sh')
-rwxr-xr-x | abs/core-testing/LinHES-config-22/live-install.sh | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/core-testing/LinHES-config-22/live-install.sh b/abs/core-testing/LinHES-config-22/live-install.sh deleted file mode 100755 index 573bb1f..0000000 --- a/abs/core-testing/LinHES-config-22/live-install.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash -#redirect stderr to stdout, then rediret stdout to file -. /etc/profile -exec 2>&1 -exec > /tmp/mythvantage_install.log -. /etc/X11/STBWINDOWMANAGER -/usr/bin/nvidia-settings -a InitialPixmapPlacement=2 -keylaunch & -/usr/bin/tilda & -/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents & -export MALLOC_CHECK_=0 -if [ -f /opt/vmware/bin32/vmware-user-wrapper ] -then - /opt/vmware/bin32/vmware-user-wrapper & -fi -xhost + -CMDLINE=$(cat /proc/cmdline) -echo $CMDLINE |grep -q nfsroot -NFSROOT=$? -if [ x$NFSROOT = x1 ] -then - - unbuffer MythVantage & -else - NETBOOT=YES MythVantage & -fi - -exec $STBWINDOWMANAGER |