diff options
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-system/load-modules-mythvantage.sh | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index a25db9d..7d68a99 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=49 +pkgrel=51 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin diff --git a/abs/core-testing/LinHES-system/load-modules-mythvantage.sh b/abs/core-testing/LinHES-system/load-modules-mythvantage.sh index 142f7c2..4f5ea91 100755 --- a/abs/core-testing/LinHES-system/load-modules-mythvantage.sh +++ b/abs/core-testing/LinHES-system/load-modules-mythvantage.sh @@ -1,7 +1,9 @@ #!/bin/bash #/usr/bin/load-modules-mythvantage.sh UNLOAD LCD +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions . /etc/systemconfig - case $1 in UNLOAD|unload ) MODULELIST=`grep /etc/modules.mythvantage $2` @@ -12,7 +14,7 @@ UNLOAD|unload ) ;; - *) echo "- Loading MythVantage-modules" + *) printhl " Loading MythVantage-modules" #try to load the cx88 modules if [ ! x$SystemType = xFrontend_only ] then |