summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh
blob: 85762da079761d6bb933dac743b9b36c73ab0557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash
#redirect stderr to stdout, then rediret stdout to file
. /etc/profile
exec 2>&1
exec > /tmp/mythvantage_install.log
#/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

xhost +

CMDLINE=$(cat /proc/cmdline)
echo $CMDLINE |grep -q nfsroot
NFSROOT=$?
echo $CMDLINE |grep -q clean_upgrade
if [ $? = 0 ]
then
	export CLEAN_UPGRADE=YES
else
	export CLEAN_UPGRADE=NO
fi

if  [ x$NFSROOT = x1  ]
then
    unbuffer  MythVantage &
else
    NETBOOT=YES     MythVantage &
fi

exec  fluxbox