summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
AgeCommit message (Collapse)AuthorFilesLines
2012-09-23LinHES-config: ensure that xymonserver is installed after upgrades. This ↵James Meyer1-1/+1
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-20LinHES-config: write out /etc/exports for non-sg systemsJames Meyer1-1/+2
2012-09-10mv_install: change partition layout to 5 partition instead of the older 3 ↵James Meyer1-6/+19
style 1 = / 2 swap 3 extended { 5,6,7 } home/mysql/myth
2012-09-09LinHES-config/system/install: first checkin to get 5 partition upgrade ↵James Meyer1-137/+196
layout working
2012-09-08LinHES-config: modify install for 5 partition layoutJames Meyer1-48/+291
2012-09-03LinHES-config: mv_install move pacman cache to /data/storage/disk0/pacman/pkgJames Meyer1-83/+35
2012-08-31moved wmaker_data and e16_themes settings to /usr/share/wm_data.James Meyer1-53/+84
This was done incase /data moves to it's own partition
2012-08-29LinHES-config: fix vnc installs not stopping the network. fixed parsing of ↵James Meyer1-95/+121
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-27LinHES-config: on install set the grub menu color scheme to blue/yellowJames Meyer1-5/+11
2012-08-26LinHES-config: install workJames Meyer1-17/+35
- 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: mv_install. fix grub2 defaults file on install. set ↵James Meyer1-6/+40
timeout to 0 and hidden for 5
2012-08-22LinHES-config: mv_install add filesystem type to fstab when building it.James Meyer1-2/+2
Was set to auto but that caused some problems with the initrd and mounting.
2012-08-21LinHES-config: removed referenced to rc.conf for modulesJames Meyer1-48/+54
2012-08-15LinHES-config: fixed several install problemsJames Meyer1-6/+32
- new grub install - fix detection of ip in python scripts - fix xscreensaver not starting after install - fix force umount of /new_boot
2012-08-07gnupgJames Meyer1-25/+197
-new
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