summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system
AgeCommit message (Collapse)AuthorFilesLines
2008-12-07Add support for Autodetection of Hauppauge pvr-250 receivers. This should workJames Meyer2-2/+34
but I don't have a pvr-250 receiver anymore so can't fully test it. If PVR-250 is found then the old Hauppauge remote is assumed to be in use. Detection first checks for USB receivers, if no receiver is found it then checks for Hauppauge receivers. First found remote wins, so if a USB receiver is found the Hauppauge detection is never run. Oddly enough I never wanted to use a Hauppauage receiver again, but somehow I spent most of the adding support for it.
2008-12-01remove debugging msgJames Meyer2-2/+1
2008-11-14Add smolt to start on first boot.James Meyer5-8/+52
correct link location for myth_mtc.py in cron.daily
2008-11-13no functional change, just a bump to get around a conflict.James Meyer1-1/+1
2008-11-13Bumped mythdb-initial version for testing.Cecil Hugh Watson2-3/+3
Modified LinHES-run to launch mythtv-setup from an xterm. Launch mythfilldatabase in the background. Bumped LinHES-System version to reflect change.
2008-11-12change path to mythtv-setupJames Meyer1-3/+4
2008-11-07add the r5.5 backup/restore programs.James Meyer6-5/+523
2008-11-02remove the loop around mythfrontend/mythwelcomeJames Meyer2-6/+7
2008-11-02Add LinHES-run master LinHES startup script for X.James Meyer2-2/+78
Called from fluxbox
2008-10-10Scripts to make LinHES all that it will be.James Meyer7-0/+435
sudo rules are installed via LinHES.install. Currently this allows mythtv to do anything. This will need to change in the future, but for now its ok. -myth_mtc.py is a script that will check to make sure myth is idle before running optimize_mythdb.py along with performing a nightly backup. Currently the backup is not functional, as it's waiting on the knoppmyth scripts. LinHES-start and LinHES-session start X and control whats run. Instead of using a .xinitrc for mythtv LinHES-start is systemwide. LinHES-profile.sh set's up the PATH for LinHES tools & scripts.
2008-10-10introduce the pkg LinHES-system.James Meyer1-0/+34
Also testing commit hooks