summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/PKGBUILD
AgeCommit message (Collapse)AuthorFilesLines
2009-02-19add the splash_setup function.James Meyer1-1/+1
2009-02-18Move alsa module tar file to /lib/modules to avoid depmod from processing a ↵James Meyer1-1/+1
tar file.
2009-02-18updated soundconfig.sh to account for new way ossinfo and udevadm.James Meyer1-1/+1
2009-02-14Add readme file for display on install.James Meyer1-2/+5
2009-02-12Connect the new software config items int /etc/systemconfig to systemconfig.sh.James Meyer1-1/+1
2009-02-12Write out xine,vodka,xe,romdb,appletrailers and mythstream to configfileJames Meyer1-1/+1
2009-02-11adding in the extra software items.James Meyer1-1/+1
Items are present in the menu, but not hooked up to anything.
2009-02-10Installed mythappletrailers, mythstream and mythvodka by default.Cecil Hugh Watson1-1/+1
2009-02-10Fixes for Atomic Ant.Cecil Hugh Watson1-1/+1
2009-02-09Bumped to recompile.Cecil Hugh Watson1-1/+1
2009-02-09Bumped version.Cecil Hugh Watson1-1/+1
2009-02-07No longer overwrite ntp.conf for MBE/STANDALONEJames Meyer1-1/+1
Change out pool.ntp.org for dbhost for FE
2009-02-02More code reversionJames Meyer1-1/+1
-Copy back the correct rc.conf.
2009-02-02comment out atomic ant detection code.James Meyer1-1/+1
This causes systemconfig.sh to fail during install.
2009-02-02Bumped to repackage due to changes in systemconfig.Cecil Hugh Watson1-1/+1
2009-02-02Bumped version to recompile for changes in systemconfig.sh.Cecil Hugh Watson1-1/+1
2009-01-31Bumped to rebuild package.Cecil Hugh Watson1-1/+1
2009-01-30add the -d option to autocard.py.James Meyer1-1/+1
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-27Unichrome is no longer installed. This prevents the removal of unneeded ↵Cecil Hugh Watson1-1/+1
software if nvidia drivers are to be installed.
2009-01-26Stop mysql from being installed on a FE only upgrade.James Meyer1-1/+1
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 Meyer1-1/+1
This closes FS#136
2009-01-19missed from last commitJames Meyer1-1/+1
2009-01-19make sure BEhostname is not null.James Meyer1-1/+1
Even though it should never happen, it's best to handle the error.
2009-01-19format fix + remove extra ;;James Meyer1-1/+1
2009-01-19Rework grub installation to allow for XFS.James Meyer1-1/+1
Sometimes it works, sometimes it doesn't. -also updated for ext4
2009-01-18accidental bump, no changesJames Meyer1-1/+1
2009-01-18add chroot_mount_points to create /media/{cdrom|dvd} and /mntJames Meyer1-1/+1
Closes FS#103
2009-01-17backport of timezip.py from mv->linhesJames Meyer1-1/+1
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 Meyer1-1/+1
2009-01-17correct exports.template to point to /myth instead of /data/mediaJames Meyer1-1/+1
add nfslock to all machine types start netfs
2009-01-15Revised logic for hostname check.James Meyer1-1/+1
Fix /myth UUID for installs.
2009-01-15add support for /myth not mounted on sda3 for upgrades.James Meyer1-1/+1
Includes software raid support. fix invalid temp table names based off hostname.
2009-01-14Disabled input hot plugging.Cecil Hugh Watson1-1/+1
2009-01-13add --skip-resolve-hostnames to mysql startup scripts.James Meyer1-1/+1
2009-01-12compiled without fam support.James Meyer1-1/+1
2009-01-12Fixed UUID detection for upgrades when /myth is NOT partition 3James Meyer1-1/+1
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-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 Meyer1-1/+1
2009-01-08Remove writing boot sector from the progress log.James Meyer1-1/+1
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 Meyer1-1/+1
2009-01-04bump to .05James Meyer1-1/+1
2009-01-04Add more useful debugging output.James Meyer1-1/+1
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-14Cleanup of networkconfig.shJames Meyer1-1/+1
Don't try to edit the options file if it's not present. closes FS#21
2008-12-14if /myth/backup/mythconverg.sql is not present check for the file in ↵James Meyer1-1/+1
/root/backup/ closes FS#60
2008-12-14REF fs#50James Meyer1-1/+1
Add hybrid of install/upgrade. This is an install without formating /myth or xda3 To use this feature append clean_upgrade to the kernel boot parm & select upgrade for the install type.The upgrade will error out with "can't find old settings", continue past this prompt and a fresh install without formating /myth will occur.
2008-12-13Add a delay and send more packets when checking the gw.James Meyer1-1/+1
The delay is needed to give the interface time to fully init. closes FS#51