summaryrefslogtreecommitdiffstats
path: root/abs/core/live-installer/live-install.sh
diff options
context:
space:
mode:
authorUnconfigured <Unconfigured>2009-06-08 22:45:45 (GMT)
committerUnconfigured <Unconfigured>2009-06-08 22:45:45 (GMT)
commit9c70dc6da069779c71156676e51aab607d455d9f (patch)
treeb60871641b73a33f1679028c54c40811832f9d26 /abs/core/live-installer/live-install.sh
parent0d999fa87266ce16e60d9accd9019770bcd47970 (diff)
downloadlinhes_pkgbuild-9c70dc6da069779c71156676e51aab607d455d9f.zip
linhes_pkgbuild-9c70dc6da069779c71156676e51aab607d455d9f.tar.gz
linhes_pkgbuild-9c70dc6da069779c71156676e51aab607d455d9f.tar.bz2
live-installer is no longer used
Diffstat (limited to 'abs/core/live-installer/live-install.sh')
-rwxr-xr-xabs/core/live-installer/live-install.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/core/live-installer/live-install.sh b/abs/core/live-installer/live-install.sh
deleted file mode 100755
index 573bb1f..0000000
--- a/abs/core/live-installer/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