summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/PKGBUILD
AgeCommit message (Collapse)AuthorFilesLines
2012-04-22LinHES-config: set myth_run_status=1 so that myth_status isn't run whenever ↵James Meyer1-1/+1
this file is sourced.
2012-04-22LinHES-config: remove mythvideo/mythsmoltJames Meyer1-2/+2
For installs, delay non-master database loads until after machine is configured.
2012-04-21LinHES-config: update version number to 7.3James Meyer1-1/+1
2012-04-21LinHES-config: add myth_settings_wrapper, and convert exisiting programs to ↵James Meyer1-4/+7
use it. myth_settings_wrapper.sh is a wrapper around mythutils and is used to update a few database settings and also to save/restore settings during install.
2012-04-07LinHES-config: soundconfig.sh: when alsa is loaded remove oss pkgBritney Fransen1-2/+2
When oss pkg is installed with alsa selected flashplayer sound doesn't work.
2012-03-10LinHES-config: mv_ir.py: change how remote.run is handled. refs #821Britney Fransen1-2/+2
2012-03-10LinHES-config: mv_ir.py: add remote.run for specific remote starting ↵Britney Fransen1-2/+2
commands. refs #821
2012-03-06LinHES-config: install_functions.sh: check if rc dir is empty to quiet an errorBritney Fransen1-2/+2
2012-01-22linhes-config: Stop removal of lircd when a remote is not defined, but a ↵James Meyer1-2/+2
blaster is. refs #798
2012-01-22LinHES-config/system: check for config.xml and if it's not found run ↵James Meyer1-1/+1
mythvantage.py -m hostype to create a new one.
2012-01-19LinHES-config:Bumped version for SCALE 10x release.Cecil1-2/+2
2011-12-30Linhes-config: for install. Only add "acl" to ext3 and ext4. ↵James Meyer1-2/+2
JFS,XFS,resierfs support acl but do not need the mount option
2011-12-27LinHES-config: rebuild, no changesJames Meyer1-1/+1
2011-12-21LinHES-system/config: add install_supplemental_service.shJames Meyer1-2/+2
This script will install and configure the extra web services and programs needed. LinHES-session: additional work on making the startup process a bit more modular.
2011-12-12LinHES-config: Fix install for Slave BE. Was attempting to remove lighttpd ↵James Meyer1-2/+2
from a list, but it was already gone.
2011-12-08LinHES-config: move network module to top of the list. When multiple ↵James Meyer1-4/+4
modules are run and network is in the list, network will run first. -Add support for creating the .mythtv dir if it's not present -simple logic to catch an error if the network can not be reached, when checking for extra support for func,xymon.
2011-12-07LinHES-config: - Add ability to poll the MBE to see if xymon & fun is supported.James Meyer1-4/+4
- If a new feature is supported, install the client - Create config.xml in /usr/share/mythtv and symlink it into mythtv home dir. - setup a network enabled rsyslog - For new installs fix fstab to include ACL's
2011-11-25linhes-config: init oldfscontents.James Meyer1-1/+1
If for some reason /etc/fstab can not be found, we did to give oldfscontents an init value. Without this the upgrade process will fail
2011-11-14linhes-config: Systems with memory less then 1GB sometimes will have ↵James Meyer1-2/+2
problems with an install. The OOM if needed will kill off a process, most of the time unsquashfs. This causes problems later on, when doing work in the chroot. - catch unsquashfs errors - try to mount swap space if present.
2011-11-09linhes-release: update to 7.1James Meyer1-2/+2
2011-10-31remove almost all Advanced X, introduce reading available modes from xorg.logJames Meyer1-2/+2
2011-10-30LinHES-config: fix up the audio switching between OSS.James Meyer1-4/+4
Always sync the frontend, remove the other sync options
2011-10-21Merge branch 'testing' of ↵James Meyer1-2/+2
ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing Conflicts: abs/core/LinHES-config/PKGBUILD
2011-10-21xconfig.sh: check for Xorg configuration status in /etc/mythvantage.cfgJames Meyer1-2/+2
2011-10-21LinHES_config: README: Update Installation Guide URL.Britney Fransen1-2/+2
2011-10-20linhes-config: remove forcing of any driver besides vesa.James Meyer1-2/+2
2011-10-20linhes-config: mv_ir fix path for detecting home dir remotes.James Meyer1-2/+2
2011-10-20linhes-config: add support for remotes in the home dir.James Meyer1-9/+4
install_functions: add the function in_kernel_support. The same change is also in the lircd runit script.
2011-10-19Merge remote-tracking branch 'origin/testing' into testingJames Meyer1-2/+7
Conflicts: abs/core/LinHES-config/PKGBUILD
2011-10-19LinHES-config: fix auto nfs between master and FE.James Meyer1-4/+4
also tweak network check so hopefully it's a little faster
2011-10-16LinHES-config: xconfig.sh: quiet output moreBritney Fransen1-2/+2
2011-10-15LinHES-config: xconfig.sh: redirect pacman outputBritney Fransen1-2/+2
2011-10-13LinHES-config: README: add URL to Install GuideBritney Fransen1-2/+2
2011-09-02LinHes-config: during the install copy over the locale archive file. ↵James Meyer1-2/+2
Generating locales during install takes to long, so the locales are generated during the creation of the iso refs #782 closes #782
2011-08-26linhes-config: mv_install.py, fixed a few minor debugging typosJames Meyer1-2/+2
2011-08-26linhes-config: align disk partitions at 2048. Some drives report 512 sector ↵James Meyer1-2/+2
size, when they are in fact 4k. By aligning at 2048 is works for both legacy 512 and 4k.
2011-08-25LinHES-config: Remove i586 line from READMEBritney Fransen1-2/+2
2011-08-19LinHES-config: minor revision version 2.3. No change in this commit, it's ↵James Meyer1-2/+2
the previous linhes-config that has the functional changes
2011-08-19linhes-config: clean up etc/fstab (pts shm)James Meyer1-11/+11
added service to list of things to unsquash .upgrades from CD will now work Converted most calls to the systemconfig dict to use .get. This will stop KEYERRORS form occuring.
2011-08-09LinHES-config:Bumped version.Cecil1-2/+2
2011-08-07linhes-config: xconfig.sh: fix cmd to uninstall nvidia driversBritney Fransen1-2/+2
2011-08-07linhes-config: xconfig.sh: uninstall existing nvidia drivers to ensure ↵Britney Fransen1-2/+2
correct driver is installed. refs #514
2011-08-07linhes-config xconfig.sh: quick fix so nvidia works for new installs.James Meyer1-2/+2
Plan to clean this up, if not outright rewrite
2011-08-06linhes-config: remove tatir supportJames Meyer1-2/+2
2011-08-06linhes-config: fix hobbitlclient init.James Meyer1-3/+3
2011-08-04linhes-config: remove larch packages after system install & remove larch ↵James Meyer1-3/+3
from pacman.conf mv_install.py: exit if parted is not found
2011-07-30linhes-config/system-config: update fstab template to use the newer formatJames Meyer1-2/+2
devpts /dev/pts devpts defaults 0 0 shm /dev/shm tmpfs nodev,nosuid 0 0
2011-07-29LinHES-config: account for change in mkinitcpioJames Meyer1-2/+2
added -b to point to the new root
2011-03-03LinHES-config: mv_install.py: add missing dirs /var/lock, /var/tmp, and ↵Britney Fransen1-2/+2
/usr/lib/locale
2011-02-12LinHES-config:Bumped version to R7.00.02.Cecil1-2/+2