diff options
author | James Meyer <jams@linhes.org> | 2010-12-12 02:48:22 (GMT) |
---|---|---|
committer | James Meyer <jams@linhes.org> | 2010-12-12 02:48:22 (GMT) |
commit | 5f0cec38c5d521dfc11d9d0c283fc37ef972766e (patch) | |
tree | 1764d04cafb2a25ac8a3a99b36d21e9e7d047495 /abs/core/LinHES-system/LinHES-run | |
parent | 22f68d5a55dcfaad6010bbd589e15cce3d88a35e (diff) | |
download | linhes_pkgbuild-5f0cec38c5d521dfc11d9d0c283fc37ef972766e.zip linhes_pkgbuild-5f0cec38c5d521dfc11d9d0c283fc37ef972766e.tar.gz linhes_pkgbuild-5f0cec38c5d521dfc11d9d0c283fc37ef972766e.tar.bz2 |
linhes-run: remove tweaker on firstrun as it's broken and duplicates settings
Diffstat (limited to 'abs/core/LinHES-system/LinHES-run')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-run | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/LinHES-system/LinHES-run b/abs/core/LinHES-system/LinHES-run index d5a3a15..ab2f6de 100755 --- a/abs/core/LinHES-system/LinHES-run +++ b/abs/core/LinHES-system/LinHES-run @@ -75,8 +75,9 @@ then # Run Tweaker, which applies generic and hardware-specific settings if [ ! -f ~/.no_meth ] then - sudo -E tweaker.pl - /bin/rm /tmp/fps # ??? clean up a temp file that will eventually be obsolete anyway + #remove tweaker cause it's broken and duplicates entries + #sudo -E tweaker.pl + #/bin/rm /tmp/fps # ??? clean up a temp file that will eventually be obsolete anyway # Run any brand-specific commands, if necessary. SpecialHardwareCommands else @@ -85,10 +86,9 @@ then sudo pacman -R myth2ipod myt2xvid3 sudo pacman -S --noconfirm myth2ipod myt2xvid3 sudo sv stop mythbackend - cat /data/database/dvd_transcode_r6.sql | mysql -u root mythconverg xterm -fn *18* -e sudo taskset -c 0 /usr/bin/mythtv-setup sudo sv start mythbackend - sudo chown -R mythtv.mythtv /home/mythtv + sudo chown -R mythtv.mythtv /home/mythtv nice -n 19 mythfilldatabase --quiet & msg "Guide data is being loaded. \n Until this completes\n some shows will appear as unknown \n in the program guide." rm ~/.configure |