summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config
AgeCommit message (Collapse)AuthorFilesLines
2009-02-09Install additional plugins.Cecil Hugh Watson1-1/+1
2009-02-09Bumped version.Cecil Hugh Watson1-1/+1
2009-02-09Bumped version.Cecil Hugh Watson1-1/+1
2009-02-07No longer overwrite ntp.conf for MBE/STANDALONEJames Meyer2-24/+7
Change out pool.ntp.org for dbhost for FE
2009-02-02More code reversionJames Meyer2-2/+2
-Copy back the correct rc.conf.
2009-02-02comment out atomic ant detection code.James Meyer2-9/+9
This causes systemconfig.sh to fail during install.
2009-02-02Should speed up finding grabbers for those in North America.Cecil Hugh Watson1-0/+4
2009-02-02Bumped to repackage due to changes in systemconfig.Cecil Hugh Watson1-1/+1
2009-02-02Modified so Atomic Ant will work after install.Cecil Hugh Watson1-7/+9
2009-02-02Bumped version to recompile for changes in systemconfig.sh.Cecil Hugh Watson1-1/+1
2009-01-31Modification so Atomic Ant works w/o issue.Cecil Hugh Watson1-0/+6
2009-01-31Bumped to rebuild package.Cecil Hugh Watson1-1/+1
2009-01-30add the -d option to autocard.py.James Meyer2-3/+8
This inserts a dummy tuner thats useful for testing. Currently it's tied to the crappy 1939 chevy commerical from the sample-media pkg. Still looking for a better clip to use.
2009-01-29Fix pkgrel number.James Meyer1-1/+1
Removed big fat warning about ext4 not working
2009-01-29Added support for VirtualBox's virtual video card as vesa.Bob Igo1-1/+1
2009-01-27Unichrome is no longer installed. This prevents the removal of unneeded ↵Cecil Hugh Watson2-2/+3
software if nvidia drivers are to be installed.
2009-01-26Stop mysql from being installed on a FE only upgrade.James Meyer2-27/+29
2009-01-25Cleanup a bunch of unquote variables which were causing interesting bugs.Tom Culliton1-179/+213
Did a general whitespace cleanup to cure mixed space and tab problems. Added support for setting an appropriate XvMC library. Started on better support for Via S3 video chips.
2009-01-25Change text Shutdown to Power off.James Meyer1-1/+1
2009-01-19changed mythlcd server to disabled.James Meyer1-1/+1
closes FS#128
2009-01-19if the destination drive is part of a volume then remove the VG.James Meyer2-3/+15
This closes FS#136
2009-01-19missed from last commitJames Meyer1-1/+1
2009-01-19make sure BEhostname is not null.James Meyer2-2/+5
Even though it should never happen, it's best to handle the error.
2009-01-19format fix + remove extra ;;James Meyer2-5/+3
2009-01-19Rework grub installation to allow for XFS.James Meyer2-24/+111
Sometimes it works, sometimes it doesn't. -also updated for ext4
2009-01-18Fixed a trivial bug with matching device ids for Nvidia cards.Tom Culliton1-1/+1
2009-01-18accidental bump, no changesJames Meyer1-1/+1
2009-01-18add chroot_mount_points to create /media/{cdrom|dvd} and /mntJames Meyer3-3/+13
Closes FS#103
2009-01-17backport of timezip.py from mv->linhesJames Meyer4-10/+53
remove BECONFIG from running during the db_chroot process, as it already runs during systemconfig.
2009-01-17Update to timezip to not bomb when the BEhostname query dies.James Meyer2-2/+5
2009-01-17correct exports.template to point to /myth instead of /data/mediaJames Meyer5-16/+20
add nfslock to all machine types start netfs
2009-01-15Revised logic for hostname check.James Meyer3-16/+22
Fix /myth UUID for installs.
2009-01-15add support for /myth not mounted on sda3 for upgrades.James Meyer3-10/+45
Includes software raid support. fix invalid temp table names based off hostname.
2009-01-14Disabled input hot plugging.Cecil Hugh Watson7-1/+21
2009-01-13add --skip-resolve-hostnames to mysql startup scripts.James Meyer2-7/+9
2009-01-12compiled without fam support.James Meyer1-1/+1
2009-01-12Merge branch 'HEAD' of ↵James Meyer7-10/+11
ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git Conflicts: abs/core-testing/LinHES-config/PKGBUILD
2009-01-12Fixed UUID detection for upgrades when /myth is NOT partition 3James Meyer5-40/+107
Fixed missing xorg.conf on install for "unsupported cards". The problem was due to X-configure not running because X was already running for the install.
2009-01-12Rebuilt to obtain package w/ template fix for xorg.Cecil Hugh Watson1-1/+1
2009-01-11Merge branch 'HEAD' of ↵Cecil Hugh Watson2-13/+16
ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD Conflicts: abs/core-testing/LinHES-config/PKGBUILD
2009-01-11Updated various packages.Cecil Hugh Watson8-11/+12
2009-01-08new mythvantage.app that places locks around the install buttons.James Meyer1-1/+1
This will prevent to installs from running at the same time. closes FS#81
2009-01-08fix the upgrade process as well.James Meyer2-4/+5
2009-01-08Remove writing boot sector from the progress log.James Meyer2-12/+14
Also stop the Progress dialog from ever reaching 100% complete. closes FS#78
2009-01-08correct minor typo in mythvantage.appJames Meyer1-1/+1
2009-01-05print out the backup file thats restored.James Meyer2-2/+2
2009-01-04bump to .05James Meyer2-2/+2
2009-01-04Add more useful debugging output.James Meyer7-103/+199
Cleanup some error messages. introduce cp_and_log function. introduce kill_dhcp_chroot fix umounting of /new_boot fix copying of mdadm.conf
2009-01-04Only check for VGA cards by nvidia, instead of all things nvidia.James Meyer1-7/+9
2008-12-14Cleanup of networkconfig.shJames Meyer2-3/+6
Don't try to edit the options file if it's not present. closes FS#21