Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-27 | LinHES-config, supplimental-web: Fix proxy numbering for Ceton infiniTV | James Meyer | 2 | -7/+11 | |
refs #899 | |||||
2013-01-23 | LinHES-config: autocard.py and discover_infinitv.py Modifications to ↵ | James Meyer | 3 | -66/+316 | |
allow autocard to detect and setup both pci and usb based infinitv tuners. This will also setup the network configuration for the ctnX/usbX if the interface is found but not configured. refs #899 | |||||
2013-01-16 | linhes-config: list the ip of network tuners, and provide a link on the ↵ | James Meyer | 2 | -5/+14 | |
supplemental webpage refs #898 | |||||
2013-01-12 | LinHES-config: mv_install, erase both msdos and gpt labels for new ↵ | James Meyer | 2 | -2/+7 | |
installs. If a gpt label is present the install will fail due to the usage of extended partitions refs #889 | |||||
2013-01-09 | LinHES-config: autocard.py Added the ability to insert cards into the ↵ | James Meyer | 2 | -47/+460 | |
database. Fixed a few bugs for dvb and hdhr refs #892 | |||||
2013-01-07 | LinHES-system|config: add support for x11vnc | James Meyer | 2 | -3/+36 | |
x11vnc support added to service menu. By default it will run on :2. The startup script will reference /etc/x11vnc.cfg if a user wishes to override the default flags. Ex: x11_vnc_options=” -rfbport 6000” will result in a startup cmd of “x11vnc -rfbport 6000” refs # 894 | |||||
2013-01-05 | LinHES-config: reintroduce the start of a revamped autocard.py. | James Meyer | 3 | -269/+508 | |
This is not done, but it's close enought to commit. In it's current state it will detect v4l, hdprv, hdhr, dvb cards and write out udev rules to create persistent dev nodes for each device. However it will not change the kernel produced nodes. Right now it's as simple as running "autocard.py" refs #892 | |||||
2012-12-22 | LinHES-config: allow forcing of vga card type on the command line. | James Meyer | 2 | -12/+17 | |
VGACARDTYPE="intel" xconfig.sh VGACARDTYPE="nvidia" xconfig.sh VGACARDTYPE="VMware" xconfig.sh VGACARDTYPE="vesa" xconfig.sh refs #888 | |||||
2012-12-22 | LinHES-config: added support for configuing mythzmserver to ↵ | James Meyer | 3 | -4/+38 | |
myth_settings_wrapper.sh. It will add the server and port to the settings table for each system that has mythzoneminder installed. Also modificed mv_software.py to setup zoneminder where needed and also mythzmserver refs #887 | |||||
2012-12-17 | LinHES-config: removed evrouter, ldm replaced with udevil | James Meyer | 3 | -15/+15 | |
refs #883 | |||||
2012-12-15 | LinHES-config: for slave installs add supplemental-web-slave. | James Meyer | 2 | -4/+4 | |
2012-12-15 | LinHES-config: fix a typo in Slave_backend client smb filesharing. | James Meyer | 4 | -13/+41 | |
Start folding at home service when foldingathome it installed | |||||
2012-12-12 | LinHES-config: add plymouth_config.py to the package | James Meyer | 3 | -5/+205 | |
This program is called by xconfig.sh to determine which video driver to include in the initrd for KMS to work. For this version if X uses an intel driver then i915 is included in the initrd, any things else defaults to vesa. if plymouth_config detects that no changes are needed, it will quit without running mkinitcpio. refs #832 | |||||
2012-12-11 | LinHES-config: mv_install.py Only add storage groups on machine classes ↵ | James Meyer | 2 | -4/+5 | |
that use the backend. So FE only machines end up with no SG associated with it's hostname. refs #880 | |||||
2012-12-11 | LinHES-config: add the streaming SG to list of dir's to autoskip for NFS | James Meyer | 1 | -1/+1 | |
2012-12-01 | LinHES-config: no change | James Meyer | 1 | -1/+1 | |
2012-11-22 | LinHES-config: modify grub config to use plymouth syntax instead of fbsplash | James Meyer | 2 | -5/+6 | |
refs #869 | |||||
2012-11-19 | LinHES-config: mv_ir.py add support for remotes needing their own ↵ | James Meyer | 2 | -4/+27 | |
modprode.d/conf file. refs #854 | |||||
2012-11-09 | LinHES-config: transfer grub line modules to post install grub. | James Meyer | 3 | -8/+36 | |
This is in addition to blacklisting them in modules.conf. This is needed because blacklisting a module doesn't work if it's in the initrd. refs #726 closes #726 | |||||
2012-11-07 | LinHES-config: use all lowercase when looking up the locale in the language map. | James Meyer | 2 | -3/+4 | |
refs #738 refs #100 refs #680 | |||||
2012-11-07 | LinHES-config: add support for selecting the lang/country during install. | James Meyer | 5 | -7/+105 | |
The lang is then translated to a locale which is then applied to the system by mv_locale. The lang->locale lookup is done inside mv_locale with a static dict. refs #738 refs #100 refs #680 | |||||
2012-11-06 | LinHES-config: added ldm to the hostype configuration. | James Meyer | 2 | -11/+11 | |
refs #866 | |||||
2012-11-03 | LinHES-config: mv_vnc.py vncsvc/.mythtv is now a symlink to mythtv/.vncsvc | James Meyer | 2 | -6/+16 | |
refs #860 closes #860 | |||||
2012-11-03 | mythweb, mythexport,zoneminder, web_auth: convert packages to use ↵ | James Meyer | 2 | -6/+15 | |
gen_light_include.conf refs #864 closes #864 | |||||
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 |