summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/pre_install.sh
diff options
context:
space:
mode:
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