summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-21 20:33:59 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-21 20:33:59 (GMT)
commit8f81b53988c04f276fd8ae595dd6ed101e15003b (patch)
tree5750adfe076f3e8f739eab6ce16a8da840872d16
parent5512856791a84272d4dc8f3217eb18ac6f878ede (diff)
downloadlinhes_pkgbuild-8f81b53988c04f276fd8ae595dd6ed101e15003b.zip
linhes_pkgbuild-8f81b53988c04f276fd8ae595dd6ed101e15003b.tar.gz
linhes_pkgbuild-8f81b53988c04f276fd8ae595dd6ed101e15003b.tar.bz2
LinHES-config: remove references to larch5 and larchprofiles
-rwxr-xr-xabs/core/LinHES-config/mv_config.py2
-rwxr-xr-xabs/core/LinHES-config/systemconfig.sh20
2 files changed, 11 insertions, 11 deletions
diff --git a/abs/core/LinHES-config/mv_config.py b/abs/core/LinHES-config/mv_config.py
index 2904366..cc4f2a0 100755
--- a/abs/core/LinHES-config/mv_config.py
+++ b/abs/core/LinHES-config/mv_config.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
SYSTEMTYPE="LinHES"
-MVHOSTNAME="larch5"
+MVHOSTNAME="apheleia"
MOUNTPOINT="/new_boot"
DATAMOUNT="/myth"
MYTHHOME="/home/mythtv"
diff --git a/abs/core/LinHES-config/systemconfig.sh b/abs/core/LinHES-config/systemconfig.sh
index dce8c74..76194dd 100755
--- a/abs/core/LinHES-config/systemconfig.sh
+++ b/abs/core/LinHES-config/systemconfig.sh
@@ -10,16 +10,16 @@ echo "----------------------start of systemconfig $@ ----------------------"
. $MV_ROOT/bin/networkconfig.sh
postfix=`cat ${BASE}/usr/local/share/mythtv/.releasetype`
-for i in larch liblarch larch-profiles larch-live
-do
- pacman -Q $i
- if [ $? == 0 ]
- then
- pacman -R $i --noconfirm
- fi
-done
-
- sed -i '/larch/d' /etc/pacman.conf
+# for i in larch liblarch larch-profiles larch-live
+# do
+# pacman -Q $i
+# if [ $? == 0 ]
+# then
+# pacman -R $i --noconfirm
+# fi
+# done
+#
+# sed -i '/larch/d' /etc/pacman.conf
systemconfig.py -m $@
rc=$?