summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-11 21:23:02 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-11 21:23:02 (GMT)
commit59ffc50c990097de726564b981373b3bf5530620 (patch)
treed77dc9793b7bd50075616f43887b3ae72ced1090 /build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh
parent18f357d18b009471c00a8cdb655de9f6fe413c42 (diff)
downloadlinhes_dev-59ffc50c990097de726564b981373b3bf5530620.zip
update boot image for R8.5.1
Diffstat (limited to 'build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh')
-rwxr-xr-xbuild_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh13
1 files changed, 10 insertions, 3 deletions
diff --git a/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh b/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh
index f9e9c5a..638aa91 100755
--- a/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh
+++ b/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh
@@ -82,9 +82,10 @@ stat_done
stat_busy "Checking for remote"
init_remote
stat_done
-printhl "Finished"
+#printhl "Finished"
#creating /myth for live cd
+stat_busy "Preparing Live Environment"
. /usr/MythVantage/bin/mv_config.py
HDIR=`dirname $MYTHHOME`
mkdir -p $HDIR
@@ -94,22 +95,28 @@ chown -R mythtv.mythtv $MYTHHOME
mkdir -p $DATAMOUNT
create_media_dirs.sh $DATAMOUNT
chown -R mythtv.mythtv $DATAMOUNT/media
+stat_done
+
+#printhl "Finished"
+stat_busy "Starting Services"
-printhl "Finished"
systemctl start dbus
systemctl start avahi-daemon
+stat_done
echo $CMDLINE | grep -qi NoX
if [ $? = 0 ]
then
echo ""
- printhl "No auto X option found"
+ printhl "No auto X option found. Will not start X."
# /usr/bin/chvt 2
else
+ stat_busy "Starting linhes-install"
#/root/linhes_install/startx &
systemctl start linhes-install
+ stat_done
fi
# Set up automatically logged in user