summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-22LinHES-config: remove mythvideo/mythsmoltJames Meyer1-2/+4
For installs, delay non-master database loads until after machine is configured.
2012-04-21LinHES-config: add myth_settings_wrapper, and convert exisiting programs to ↵James Meyer1-6/+6
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.
2011-12-30Linhes-config: for install. Only add "acl" to ext3 and ext4. ↵James Meyer1-2/+37
JFS,XFS,resierfs support acl but do not need the mount option
2011-12-07LinHES-config: - Add ability to poll the MBE to see if xymon & fun is supported.James Meyer1-2/+2
- 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-0/+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/+21
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-09-02LinHes-config: during the install copy over the locale archive file. ↵James Meyer1-1/+30
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/+9
size, when they are in fact 4k. By aligning at 2048 is works for both legacy 512 and 4k.
2011-08-19linhes-config: clean up etc/fstab (pts shm)James Meyer1-0/+12
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-04linhes-config: remove larch packages after system install & remove larch ↵James Meyer1-0/+1
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-1/+1
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-1/+7
/usr/lib/locale
2010-12-02linhes-config: updated mv_install to remove more larch hooksJames Meyer1-0/+2
2010-11-29linhes-config: add the removal of the larch mkinitid filesJames Meyer1-0/+4
2010-11-23LinHES-config: fix python shebangs; recompileMichael Hanson1-1/+1
2010-10-23Removed old core and extra from repo. Renamed -testing to core/extra. This ↵James Meyer1-2/+2
will setup the base for the testing branch.
2009-09-26LinHES 6.01.00Cecil Hugh Watson1-0/+1432