Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-22 | linhes-config: feeble attempt at error catching from scripts: | James Meyer | 1 | -1/+4 | |
new mythvantage | |||||
2009-06-21 | LinHES-config: several minor fixes and finish some functions that slipped ↵ | James Meyer | 1 | -0/+2 | |
through the cracks. introduce remove_file fix slave and fe only finish mysql_network_connection finish mysql_network fix ownership for .mythtv ir mv_ir fix myth_ip to always report the ip even if dhcp is used | |||||
2009-06-04 | linhes-config: convert systemconfig.sh to nothing but a proxy for ↵ | James Meyer | 1 | -1443/+1 | |
systemconfig.py | |||||
2009-05-06 | LinHES-config: fix package names nfs-utils avahi & mythmovies | James Meyer | 1 | -11/+11 | |
2009-04-12 | LinHES-config: The padded helmet is now optional. | James Meyer | 1 | -1/+9 | |
Having to change sshd config every new install finally annoyed me enough to do something about it. By default the helmet is on ensuring the safety of linhes users everywhere. | |||||
2009-04-04 | LinHES-config: systemconfig.sh longstanding bug that only pops up when using ↵ | James Meyer | 1 | -2/+2 | |
evrouter. daemon_add should not be mixed with daemon_remove | |||||
2009-04-03 | LinHES-config: Better method to scrubnfs. | James Meyer | 1 | -2/+4 | |
Only delete lines between #startscrub #endscrub Closes FS#314 | |||||
2009-04-03 | LinHES-config: Add support for the hearbeat command with mplayer. | James Meyer | 1 | -8/+28 | |
/etc/mplayer/mplayer.conf REF FS#269 | |||||
2009-04-02 | LinHES-config: fix the screensaver install, which I broke a few commits ago. | James Meyer | 1 | -0/+5 | |
2009-04-02 | LinHES-config: more stuff to fix hauppauge. | James Meyer | 1 | -27/+27 | |
Still not complete because rmmod pvr-150 likes to cause an oops | |||||
2009-04-01 | LinHES-config: reworked lirc configuration to make it easier to use. | James Meyer | 1 | -174/+90 | |
currently hauppauge is broken. | |||||
2009-03-26 | LinHES-config: Modify php.ini to match systemtimezone | James Meyer | 1 | -3/+9 | |
2009-03-20 | LinHES-config: systemconfig.sh fix off by 1 for xscreensaver hack | James Meyer | 1 | -2/+2 | |
2009-03-20 | LinHES-config: systemconfig.sh now supports both gnome and X screensaver. | James Meyer | 1 | -190/+278 | |
New Mythvantage to support either selection. | |||||
2009-03-15 | Adding support for gnome-screensaver. | James Meyer | 1 | -13/+6 | |
Defaults are 10 minutes, no lock , cosmos. | |||||
2009-03-09 | Add support for screensaver. | James Meyer | 1 | -0/+34 | |
This does nothing to address the mplayer heartbeat command. | |||||
2009-03-06 | Adding in support for DDNS. | James Meyer | 1 | -1/+16 | |
Currently it's using dyndns.org for ddns services. | |||||
2009-03-01 | change location of master user smb.conf file to /home/mythtv/templates/smb.conf | James Meyer | 1 | -2/+3 | |
Give the user the ability to add custom shares by editing /home/mythtv/templates/user.shares | |||||
2009-02-14 | add webmin to the software page. It doesn't belong there but it doesn't fit ↵ | James Meyer | 1 | -32/+46 | |
in it's proper location. | |||||
2009-02-12 | Connect the new software config items int /etc/systemconfig to systemconfig.sh. | James Meyer | 1 | -33/+59 | |
2009-02-10 | Installed mythappletrailers, mythstream and mythvodka by default. | Cecil Hugh Watson | 1 | -2/+2 | |
2009-02-10 | Fixes for Atomic Ant. | Cecil Hugh Watson | 1 | -6/+7 | |
2009-02-09 | Install additional plugins. | Cecil Hugh Watson | 1 | -1/+1 | |
2009-02-07 | No longer overwrite ntp.conf for MBE/STANDALONE | James Meyer | 1 | -23/+6 | |
Change out pool.ntp.org for dbhost for FE | |||||
2009-02-02 | More code reversion | James Meyer | 1 | -1/+1 | |
-Copy back the correct rc.conf. | |||||
2009-02-02 | comment out atomic ant detection code. | James Meyer | 1 | -8/+8 | |
This causes systemconfig.sh to fail during install. | |||||
2009-02-02 | Should speed up finding grabbers for those in North America. | Cecil Hugh Watson | 1 | -0/+4 | |
2009-02-02 | Modified so Atomic Ant will work after install. | Cecil Hugh Watson | 1 | -7/+9 | |
2009-01-31 | Modification so Atomic Ant works w/o issue. | Cecil Hugh Watson | 1 | -0/+6 | |
2009-01-17 | backport of timezip.py from mv->linhes | James Meyer | 1 | -0/+2 | |
remove BECONFIG from running during the db_chroot process, as it already runs during systemconfig. | |||||
2009-01-17 | correct exports.template to point to /myth instead of /data/media | James Meyer | 1 | -10/+10 | |
add nfslock to all machine types start netfs | |||||
2009-01-04 | Add more useful debugging output. | James Meyer | 1 | -35/+61 | |
Cleanup some error messages. introduce cp_and_log function. introduce kill_dhcp_chroot fix umounting of /new_boot fix copying of mdadm.conf | |||||
2008-12-11 | Fix interfaces not being disabled when they are in fact disabled in the gui. | James Meyer | 1 | -0/+1 | |
ref FS#58 | |||||
2008-12-10 | Connect various pieces to dd password protection to /mythweb. | James Meyer | 1 | -2/+16 | |
Disabled by default. | |||||
2008-12-07 | Add support for Autodetection of Hauppauge pvr-250 receivers. This should work | James Meyer | 1 | -6/+13 | |
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-05 | add better error checking for the init scripts ncidd/xvfb/evrouter | James Meyer | 1 | -0/+8 | |
2008-12-01 | copy anything name lircrc* instead of strictly lircrc | James Meyer | 1 | -1/+1 | |
2008-12-01 | comment all the hobbit stuff | James Meyer | 1 | -18/+18 | |
2008-11-30 | switch ntp servers to ntp.org | James Meyer | 1 | -4/+4 | |
2008-11-30 | disable autohobbit | James Meyer | 1 | -4/+4 | |
2008-11-14 | add symlinks lircrc to mythtv home dir | James Meyer | 1 | -0/+18 | |
closes FS15 | |||||
2008-11-08 | change the location of mysql.txt to match the installation dir of mythtv. | James Meyer | 1 | -4/+4 | |
This fixes FE only install types | |||||
2008-11-08 | forgot to init some MYTH vars | James Meyer | 1 | -0/+1 | |
2008-11-08 | rename live-installer to LinHES-config | James Meyer | 1 | -0/+1255 | |