summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config
AgeCommit message (Collapse)AuthorFilesLines
2012-09-29LinHES config: several changes hereJames Meyer8-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-29LinHES-config: timezip.py add lookup support for windowmanager and ↵James Meyer1-1/+40
enhanced during install
2012-09-27LinHES-config: adjust for new msg_client.py syntaxJames Meyer2-8/+8
2012-09-23LinHES-config: ensure that xymonserver is installed after upgrades. This ↵James Meyer6-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-21LinHES-config: backend_control.sh add the ability to detect if func ↵James Meyer2-24/+46
failed and attempt to display the msg using local msg_client.py
2012-09-20LinHES-config: write out /etc/exports for non-sg systemsJames Meyer6-28/+134
2012-09-10mv_install: change partition layout to 5 partition instead of the older 3 ↵James Meyer2-9/+22
style 1 = / 2 swap 3 extended { 5,6,7 } home/mysql/myth
2012-09-10mv_fileshare:data_config was missing from the function call for nfs clients.James Meyer1-2/+2
2012-09-09LinHES-config/system/install: first checkin to get 5 partition upgrade ↵James Meyer3-142/+204
layout working
2012-09-08LinHES-config: modify install for 5 partition layoutJames Meyer3-51/+298
2012-09-04LinHES-config: backend_control.sh if the be controls could not be ↵James Meyer2-9/+25
contancted on 1337 then tell the user about it.
2012-09-03LinHES-config: mv_vnc copy over the wmaker menu for the vnc serviceJames Meyer2-3/+4
2012-09-03LinHES-config: mv_install move pacman cache to /data/storage/disk0/pacman/pkgJames Meyer1-83/+35
2012-09-02LinHES-config: moved config of file shares to it's own modules.James Meyer7-312/+366
2012-08-31moved wmaker_data and e16_themes settings to /usr/share/wm_data.James Meyer3-66/+97
This was done incase /data moves to it's own partition
2012-08-31LinHES-config: removing references to /home/mythvJames Meyer4-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-29LinHES-config: fix vnc installs not stopping the network. fixed parsing of ↵James Meyer4-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-28LinHES-config: mv_advanced.py nfs and smb now read /etc/storage.d to ↵James Meyer3-20/+90
generate their respective file sharing conf files /etc/storage.d/* files are generated with add_storage.py.
2012-08-27LinHES-config: on install set the grub menu color scheme to blue/yellowJames Meyer2-7/+13
2012-08-26LinHES-config: move backend_contrl to LinHES-config pkg. Doesn't belong ↵James Meyer2-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-26LinHES-config: install workJames Meyer4-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-26LinHES-config: install_functions.sh renamed common->favorites for the defaultJames Meyer1-3/+25
2012-08-26LinHES-config: When using non-splash keep console in non-gfx modeJames Meyer1-2/+2
09 mythvantage_runit_grub:
2012-08-26xconfig:.sh stop using nvidia-xconfig because it tended to write to much infoJames Meyer1-9/+6
2012-08-26LinHES-config: mv_install. fix grub2 defaults file on install. set ↵James Meyer1-6/+40
timeout to 0 and hidden for 5
2012-08-25LinHES-config: added mv_vnc.pyJames Meyer10-35/+146
2012-08-24LinHES-config: added print_xorg_res.py this feeds the ui to list valid ↵James Meyer3-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-23LinHES-config/LinHES-system: set_windowmanager.sh rename mythvantage style ↵James Meyer2-2/+2
to enhanced. add checks to set_windowmanager to check that the wm is valid and that the style is valid
2012-08-22LinHES-config: mv_install add filesystem type to fstab when building it.James Meyer2-5/+5
Was set to auto but that caused some problems with the initrd and mounting.
2012-08-22LinHES-config: fix autostart file for vmware config. previously it was ↵James Meyer3-4/+6
vmware.conf now it's vmware and exec change hostname in install proxy
2012-08-21Merge remote-tracking branch 'origin/testing' into testingJames Meyer1-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-21LinHES-config: adding module blacklist files.James Meyer4-19/+28
mv_advanced..commented out more rrd stuff
2012-08-21LinHES-config: remove references to larch5 and larchprofilesJames Meyer2-11/+11
2012-08-21LinHES-config: xconfig added support for intel/vmware/vesa drivers using ↵James Meyer1-44/+56
the new xorg.conf.d layout. Still need to account for different resolutions
2012-08-21LinHES-config: 09_mythvantage_runit_grub added splash=silent to grub lineJames Meyer1-1/+1
2012-08-21LinHES-config: removed referenced to rc.conf for modulesJames Meyer1-48/+54
2012-08-21LinHES-config: mv_advanced update splash/nosplash for grub configJames Meyer1-2/+9
2012-08-21LinHES-config: mv_misc remove references to rc.confJames Meyer1-3/+4
2012-08-21LinHES-config: sound-config stop spewing the MBE status everytime it's runJames Meyer1-2/+5
2012-08-18LinHES-config: xconfig.shJames Meyer1-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
2012-08-17LinHES-config: add hdhr sysctl.conf fileJames Meyer2-2/+9
This increases the read buffers which helps the hdhr and other network tuners refs #839
2012-08-17LinHES-config: fix hostype change after a system is installed.James Meyer4-15/+60
2012-08-15LinHES-config: fixed several install problemsJames Meyer10-47/+183
- new grub install - fix detection of ip in python scripts - fix xscreensaver not starting after install - fix force umount of /new_boot
2012-08-09linhes-config: changed sudo rules for post install, added sudo to list of ↵James Meyer3-31/+17
depends
2012-08-07gnupgJames Meyer3-198/+356
-new
2012-05-14LinHES-config: install_proxy.sh more debugging for network check, also fix ↵James Meyer2-5/+12
hostname test that always returned true
2012-05-14LinHES-config: fix ncid setup. Previously it was possible for the client ↵James Meyer2-10/+9
install to remove the server install and vice versa.
2012-05-13LinHES-config: install_proxy.sh additional debug output for network checks.James Meyer2-5/+10
2012-05-13LinHES-config: myth_settings_wrapper. Fix bug when setting the default ↵James Meyer2-4/+4
access settings. Previously the order of the arguments was wrong and inserted bad values into the database.
2012-05-12LinHES-config: mv_advanced, setup ncid when called from the service menuJames Meyer2-21/+49