Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-19 | changed mythlcd server to disabled. | James Meyer | 1 | -1/+1 | |
closes FS#128 | |||||
2009-01-19 | if the destination drive is part of a volume then remove the VG. | James Meyer | 2 | -3/+15 | |
This closes FS#136 | |||||
2009-01-19 | missed from last commit | James Meyer | 1 | -1/+1 | |
2009-01-19 | make sure BEhostname is not null. | James Meyer | 2 | -2/+5 | |
Even though it should never happen, it's best to handle the error. | |||||
2009-01-19 | format fix + remove extra ;; | James Meyer | 2 | -5/+3 | |
2009-01-19 | Rework grub installation to allow for XFS. | James Meyer | 2 | -24/+111 | |
Sometimes it works, sometimes it doesn't. -also updated for ext4 | |||||
2009-01-18 | Fixed a trivial bug with matching device ids for Nvidia cards. | Tom Culliton | 1 | -1/+1 | |
2009-01-18 | accidental bump, no changes | James Meyer | 1 | -1/+1 | |
2009-01-18 | add chroot_mount_points to create /media/{cdrom|dvd} and /mnt | James Meyer | 3 | -3/+13 | |
Closes FS#103 | |||||
2009-01-17 | backport of timezip.py from mv->linhes | James Meyer | 4 | -10/+53 | |
remove BECONFIG from running during the db_chroot process, as it already runs during systemconfig. | |||||
2009-01-17 | Update to timezip to not bomb when the BEhostname query dies. | James Meyer | 2 | -2/+5 | |
2009-01-17 | correct exports.template to point to /myth instead of /data/media | James Meyer | 5 | -16/+20 | |
add nfslock to all machine types start netfs | |||||
2009-01-15 | Revised logic for hostname check. | James Meyer | 3 | -16/+22 | |
Fix /myth UUID for installs. | |||||
2009-01-15 | add support for /myth not mounted on sda3 for upgrades. | James Meyer | 3 | -10/+45 | |
Includes software raid support. fix invalid temp table names based off hostname. | |||||
2009-01-14 | Disabled input hot plugging. | Cecil Hugh Watson | 7 | -1/+21 | |
2009-01-13 | add --skip-resolve-hostnames to mysql startup scripts. | James Meyer | 2 | -7/+9 | |
2009-01-12 | compiled without fam support. | James Meyer | 1 | -1/+1 | |
2009-01-12 | Merge branch 'HEAD' of ↵ | James Meyer | 7 | -10/+11 | |
ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git Conflicts: abs/core-testing/LinHES-config/PKGBUILD | |||||
2009-01-12 | Fixed UUID detection for upgrades when /myth is NOT partition 3 | James Meyer | 5 | -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-12 | Rebuilt to obtain package w/ template fix for xorg. | Cecil Hugh Watson | 1 | -1/+1 | |
2009-01-11 | Merge branch 'HEAD' of ↵ | Cecil Hugh Watson | 2 | -13/+16 | |
ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD Conflicts: abs/core-testing/LinHES-config/PKGBUILD | |||||
2009-01-11 | Updated various packages. | Cecil Hugh Watson | 8 | -11/+12 | |
2009-01-08 | new mythvantage.app that places locks around the install buttons. | James Meyer | 1 | -1/+1 | |
This will prevent to installs from running at the same time. closes FS#81 | |||||
2009-01-08 | fix the upgrade process as well. | James Meyer | 2 | -4/+5 | |
2009-01-08 | Remove writing boot sector from the progress log. | James Meyer | 2 | -12/+14 | |
Also stop the Progress dialog from ever reaching 100% complete. closes FS#78 | |||||
2009-01-08 | correct minor typo in mythvantage.app | James Meyer | 1 | -1/+1 | |
2009-01-05 | print out the backup file thats restored. | James Meyer | 2 | -2/+2 | |
2009-01-04 | bump to .05 | James Meyer | 2 | -2/+2 | |
2009-01-04 | Add more useful debugging output. | James Meyer | 7 | -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-04 | Only check for VGA cards by nvidia, instead of all things nvidia. | James Meyer | 1 | -7/+9 | |
2008-12-14 | Cleanup of networkconfig.sh | James Meyer | 2 | -3/+6 | |
Don't try to edit the options file if it's not present. closes FS#21 | |||||
2008-12-14 | if /myth/backup/mythconverg.sql is not present check for the file in ↵ | James Meyer | 3 | -10/+23 | |
/root/backup/ closes FS#60 | |||||
2008-12-14 | REF fs#50 | James Meyer | 3 | -41/+48 | |
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-13 | Add a delay and send more packets when checking the gw. | James Meyer | 2 | -4/+5 | |
The delay is needed to give the interface time to fully init. closes FS#51 | |||||
2008-12-11 | Fixed LinHES-release. PKGBUILD for MythAppleTrailers. | Cecil Hugh Watson | 1 | -4/+0 | |
2008-12-11 | Merge branch 'HEAD' of ↵ | Cecil Hugh Watson | 14 | -47/+866 | |
ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD Conflicts: abs/core-testing/LinHES-config/LinHES-release | |||||
2008-12-11 | Deps for emulators and Miro. | Cecil Hugh Watson | 1 | -1/+1 | |
2008-12-11 | Fix interfaces not being disabled when they are in fact disabled in the gui. | James Meyer | 3 | -14/+41 | |
ref FS#58 | |||||
2008-12-10 | Use route -n instead of route. | James Meyer | 3 | -4/+11 | |
Relates to FS#51 | |||||
2008-12-10 | Add wireless extensions for eth0 and eth1 | James Meyer | 2 | -16/+20 | |
2008-12-10 | Connect various pieces to dd password protection to /mythweb. | James Meyer | 3 | -6/+28 | |
Disabled by default. | |||||
2008-12-07 | bump version to 6.00.04 | James Meyer | 2 | -2/+2 | |
2008-12-07 | Add support for Autodetection of Hauppauge pvr-250 receivers. This should work | James Meyer | 8 | -11/+758 | |
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 | 2 | -1/+9 | |
2008-12-03 | make workgroup the default for smb. | James Meyer | 3 | -3/+3 | |
Also changed the templates to match linhes layout. | |||||
2008-12-01 | new MV binary that allows ESSID input for wireless | James Meyer | 1 | -1/+1 | |
2008-12-01 | Early support for deciding if the nvidia 96xx video drivers should be used | James Meyer | 3 | -55/+108 | |
instead of the latest. touch /etc/sysconfig/IGNORE_X if you don't want xconfig.sh to do anything while running in basic mode. | |||||
2008-12-01 | correction for the dvico test. | James Meyer | 2 | -4/+4 | |
2008-12-01 | change install msg to "Creating $hostname" | James Meyer | 2 | -3/+3 | |
closes FS#37 | |||||
2008-12-01 | new MV binary. | James Meyer | 1 | -1/+1 | |