diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-18 21:37:21 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-18 21:37:21 (GMT) |
commit | 7c824a57dda47469dd665ca874e2aeed8fe22eb2 (patch) | |
tree | ec00bc92170db10441c24ae1a6c8526e54f58863 /abs/core-testing/LinHES-system/LinHES-run | |
parent | 9c978398e4ac95646ad993004bf3fdc2284b98a8 (diff) | |
download | linhes_pkgbuild-7c824a57dda47469dd665ca874e2aeed8fe22eb2.zip linhes_pkgbuild-7c824a57dda47469dd665ca874e2aeed8fe22eb2.tar.gz linhes_pkgbuild-7c824a57dda47469dd665ca874e2aeed8fe22eb2.tar.bz2 |
Getting Tweaker to run ASAP after first boot, not before.
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-run')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index fe79722..48d9d8a 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -24,7 +24,9 @@ if [ ! $SystemType = "Frontend_only" ] then if [ -f ~/.configure ] then - autocard.py -g & + sudo -E tweaker.pl + /bin/rm /tmp/fps # ??? clean up a temp file that will eventually be obsolete anyway + #autocard.py -g & MythVantage -b #0 yes |