summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-02-19 15:49:25 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-02-19 15:49:25 (GMT)
commitc2ae311022c55568e7ffdae8e9a37f4cae7a1f2f (patch)
treeab715c9feb7d90ff08501557256d05518b23adc5 /abs/core/LinHES-config
parentaf3592fa6f87fcc16176844e865f93cc394ee3ad (diff)
downloadlinhes_pkgbuild-c2ae311022c55568e7ffdae8e9a37f4cae7a1f2f.zip
linhes_pkgbuild-c2ae311022c55568e7ffdae8e9a37f4cae7a1f2f.tar.gz
linhes_pkgbuild-c2ae311022c55568e7ffdae8e9a37f4cae7a1f2f.tar.bz2
LinHES-config: xconfig.sh: set default res to Auto
Diffstat (limited to 'abs/core/LinHES-config')
-rwxr-xr-xabs/core/LinHES-config/PKGBUILD4
-rwxr-xr-xabs/core/LinHES-config/xconfig.sh5
2 files changed, 6 insertions, 3 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD
index eb25df1..f7ffc5a 100755
--- a/abs/core/LinHES-config/PKGBUILD
+++ b/abs/core/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=8.4
-pkgrel=2
+pkgrel=3
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config )
pkgdesc="Install and configure your system"
depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted'
@@ -148,7 +148,7 @@ md5sums=('17d9dd5a097fbbd4dae75dff8e2677ff'
'b8becf69d4309b938ceba3178c799270'
'2a7f3b34e522acfd08283b86c8926aba'
'b596d2e3779a434435bc0f0277b1ba3e'
- '1c5f3da6bd52bb1a08130884c6654dd1'
+ '4a4f18959e4884932279c164c6d1d297'
'f0376c98a7986897406d393186c0365e'
'157e73d0f90d7b306aba8f5921aeedd3'
'1f58c0393a131f4a8f9a84b3fe08a7e4'
diff --git a/abs/core/LinHES-config/xconfig.sh b/abs/core/LinHES-config/xconfig.sh
index f7a9981..2920c36 100755
--- a/abs/core/LinHES-config/xconfig.sh
+++ b/abs/core/LinHES-config/xconfig.sh
@@ -350,7 +350,10 @@ if [ -f /etc/systemconfig ]
then
. /etc/systemconfig
else
- Xres="800x600"
+ #Xres="800x600"
+ Xres="Auto"
+ echo " Setting modeline to ${Xres}"
+ echo " Setting modeline to ${Xres}" >> $LOGFILE 2>&1
fi
CMDLINE=$(cat /proc/cmdline)
echo $CMDLINE | grep -q displayres