Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-31 | LinHES-config: change location of config for installs. The new location is ↵ | James Meyer | 2 | -5/+10 | |
/etc/install_layout Fix bug with new installs, where backendIP was being set to 127.0.01 after restoring distro defaults. We still want defaults restored, but after restoring run hostype to set the backendserver ip again refs #858 refs #790 | |||||
2012-10-30 | LinHES-config: For FE only systems set BackendIP to NULL. | James Meyer | 4 | -10/+28 | |
By setting it to null it will autoselect which private IP to accept connections on for remote control. refs #858 closes #858 | |||||
2012-10-14 | LinHES-config: added some logic to account for when the hostname changes ↵ | James Meyer | 4 | -9/+36 | |
via the service menu. - restart func (this will work itself out if left alone) - restart xymon - run mythutils to change hostname - reload systemsettings with new hostname | |||||
2012-10-12 | LinHES-config: timezip.py always sync the music & gallery dir | James Meyer | 1 | -6/+6 | |
2012-10-11 | LinHES-config: mv_config change nfs options to match mythtv docs | James Meyer | 2 | -4/+4 | |
2012-10-09 | LinHES-config: timezip.py, mv_ir.py | James Meyer | 3 | -40/+48 | |
timezip.py some cleanup in how things are synced for the nfsshares. Now it will only sync if the BE has a central config AND hosthareall is not selected mv_ir.py remove logging statement about change_channel | |||||
2012-10-09 | LinHES-config: timezip.py do not overwrite most settings if a value is ↵ | James Meyer | 2 | -113/+189 | |
already present. -several formating changes and cleanup | |||||
2012-10-08 | LinHES-config: fixed central NFS | James Meyer | 4 | -25/+73 | |
new feature, if central NFS is selected the entry is added to nfsmap_auto | |||||
2012-10-05 | LinHES-config: add xhost + localhost to startup for vncsvc user | James Meyer | 2 | -1/+3 | |
2012-10-03 | LinHES-config: timezip.py add geolocate abilities for guessing timezone, ↵ | James Meyer | 2 | -17/+84 | |
will only work for US based IPs. | |||||
2012-09-29 | LinHES config: several changes here | James Meyer | 8 | -119/+155 | |
- added modules config_xml calling this will setup config.xml for mythtv and root user - install_db_chroot.sh will now generate the default settings and load them into a table - mv_install now calles myth_settings_wrapper.sh to load the default db | |||||
2012-09-29 | LinHES-config: timezip.py add lookup support for windowmanager and ↵ | James Meyer | 1 | -1/+40 | |
enhanced during install | |||||
2012-09-27 | LinHES-config: adjust for new msg_client.py syntax | James Meyer | 2 | -8/+8 | |
2012-09-23 | LinHES-config: ensure that xymonserver is installed after upgrades. This ↵ | James Meyer | 6 | -37/+81 | |
requires a --dbonly pacman call and then later a normal pacman install. This was needed because after upgrades /home/xymon is still on the FS and the xymonserver package failed to to install because of it | |||||
2012-09-21 | LinHES-config: backend_control.sh add the ability to detect if func ↵ | James Meyer | 2 | -24/+46 | |
failed and attempt to display the msg using local msg_client.py | |||||
2012-09-20 | LinHES-config: write out /etc/exports for non-sg systems | James Meyer | 6 | -28/+134 | |
2012-09-10 | mv_install: change partition layout to 5 partition instead of the older 3 ↵ | James Meyer | 2 | -9/+22 | |
style 1 = / 2 swap 3 extended { 5,6,7 } home/mysql/myth | |||||
2012-09-10 | mv_fileshare:data_config was missing from the function call for nfs clients. | James Meyer | 1 | -2/+2 | |
2012-09-09 | LinHES-config/system/install: first checkin to get 5 partition upgrade ↵ | James Meyer | 3 | -142/+204 | |
layout working | |||||
2012-09-08 | LinHES-config: modify install for 5 partition layout | James Meyer | 3 | -51/+298 | |
2012-09-04 | LinHES-config: backend_control.sh if the be controls could not be ↵ | James Meyer | 2 | -9/+25 | |
contancted on 1337 then tell the user about it. | |||||
2012-09-03 | LinHES-config: mv_vnc copy over the wmaker menu for the vnc service | James Meyer | 2 | -3/+4 | |
2012-09-03 | LinHES-config: mv_install move pacman cache to /data/storage/disk0/pacman/pkg | James Meyer | 1 | -83/+35 | |
2012-09-02 | LinHES-config: moved config of file shares to it's own modules. | James Meyer | 7 | -312/+366 | |
2012-08-31 | moved wmaker_data and e16_themes settings to /usr/share/wm_data. | James Meyer | 3 | -66/+97 | |
This was done incase /data moves to it's own partition | |||||
2012-08-31 | LinHES-config: removing references to /home/mythv | James Meyer | 4 | -5/+28 | |
install_functions.sh added function home_check to aid in removing references to /home/mythtv MythVantage.sh : setup MYTHHOME soundconfig and xconfig both had references but were not used | |||||
2012-08-29 | LinHES-config: fix vnc installs not stopping the network. fixed parsing of ↵ | James Meyer | 4 | -98/+131 | |
ip address mv_config: changed location of myth home dir mv_install: fixed running of adding storage and also gave it the ability to read a conf file instead of parsing lines. | |||||
2012-08-28 | LinHES-config: mv_advanced.py nfs and smb now read /etc/storage.d to ↵ | James Meyer | 3 | -20/+90 | |
generate their respective file sharing conf files /etc/storage.d/* files are generated with add_storage.py. | |||||
2012-08-27 | LinHES-config: on install set the grub menu color scheme to blue/yellow | James Meyer | 2 | -7/+13 | |
2012-08-26 | LinHES-config: move backend_contrl to LinHES-config pkg. Doesn't belong ↵ | James Meyer | 2 | -3/+33 | |
here but it's sort of a one off. This was done because backend_control is needed by systems that may not have supplemental-web installed. Like FE only systems. Removed backend-control from supplemental-web. | |||||
2012-08-26 | LinHES-config: install work | James Meyer | 4 | -83/+79 | |
- for upgrades the network must be started. - white space - mv_install fix upgrades. upgrades complete but still need a migration process for the new dir structure. | |||||
2012-08-26 | LinHES-config: install_functions.sh renamed common->favorites for the default | James Meyer | 1 | -3/+25 | |
2012-08-26 | LinHES-config: When using non-splash keep console in non-gfx mode | James Meyer | 1 | -2/+2 | |
09 mythvantage_runit_grub: | |||||
2012-08-26 | xconfig:.sh stop using nvidia-xconfig because it tended to write to much info | James Meyer | 1 | -9/+6 | |
2012-08-26 | LinHES-config: mv_install. fix grub2 defaults file on install. set ↵ | James Meyer | 1 | -6/+40 | |
timeout to 0 and hidden for 5 | |||||
2012-08-25 | LinHES-config: added mv_vnc.py | James Meyer | 10 | -35/+146 | |
2012-08-24 | LinHES-config: added print_xorg_res.py this feeds the ui to list valid ↵ | James Meyer | 3 | -15/+181 | |
modelines as X detects them. This provides a consistent interface. Also updated xconfig.sh todo something with the XRes value and configuring xorg. | |||||
2012-08-23 | LinHES-config/LinHES-system: set_windowmanager.sh rename mythvantage style ↵ | James Meyer | 2 | -2/+2 | |
to enhanced. add checks to set_windowmanager to check that the wm is valid and that the style is valid | |||||
2012-08-22 | LinHES-config: mv_install add filesystem type to fstab when building it. | James Meyer | 2 | -5/+5 | |
Was set to auto but that caused some problems with the initrd and mounting. | |||||
2012-08-22 | LinHES-config: fix autostart file for vmware config. previously it was ↵ | James Meyer | 3 | -4/+6 | |
vmware.conf now it's vmware and exec change hostname in install proxy | |||||
2012-08-21 | Merge remote-tracking branch 'origin/testing' into testing | James Meyer | 1 | -1/+1 | |
# By Cecil (2) and Michael Hanson (1) # Via Michael Hanson * origin/testing: linhes-scripts: minor changes to myth2mkv mythtv:Bumped to latest fixes. Added ./configure items to close #842. LinHES-config:7.4 rdt 9th anniversary release. Conflicts: abs/core/LinHES-config/LinHES-release abs/core/LinHES-config/PKGBUILD abs/core/mythtv/stable-0.25/mythtv/PKGBUILD | |||||
2012-08-21 | LinHES-config: adding module blacklist files. | James Meyer | 4 | -19/+28 | |
mv_advanced..commented out more rrd stuff | |||||
2012-08-21 | LinHES-config: remove references to larch5 and larchprofiles | James Meyer | 2 | -11/+11 | |
2012-08-21 | LinHES-config: xconfig added support for intel/vmware/vesa drivers using ↵ | James Meyer | 1 | -44/+56 | |
the new xorg.conf.d layout. Still need to account for different resolutions | |||||
2012-08-21 | LinHES-config: 09_mythvantage_runit_grub added splash=silent to grub line | James Meyer | 1 | -1/+1 | |
2012-08-21 | LinHES-config: removed referenced to rc.conf for modules | James Meyer | 1 | -48/+54 | |
2012-08-21 | LinHES-config: mv_advanced update splash/nosplash for grub config | James Meyer | 1 | -2/+9 | |
2012-08-21 | LinHES-config: mv_misc remove references to rc.conf | James Meyer | 1 | -3/+4 | |
2012-08-21 | LinHES-config: sound-config stop spewing the MBE status everytime it's run | James Meyer | 1 | -2/+5 | |
2012-08-18 | LinHES-config: xconfig.sh | James Meyer | 1 | -330/+102 | |
- Added a check to abort driver removal/install if nvidia pkg is not available for install. Only works for nvidia should be expanded later for other drivers - Removed cruft refs #831 |