diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:47 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:47 (GMT) |
commit | b8ce64299c2a15f4db6e57d3f3435887c18e4758 (patch) | |
tree | 9ba6e60d31fe6e21b8f991df2391f89d4d55659d /abs/core/live-installer/live-install.sh | |
parent | 5bce8ee0fd68d6a9ffdbfeb92746b201dc994107 (diff) | |
parent | 9c70dc6da069779c71156676e51aab607d455d9f (diff) | |
download | linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.zip linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.tar.gz linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core/live-installer/live-install.sh')
-rwxr-xr-x | abs/core/live-installer/live-install.sh | 28 |
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 |