summaryrefslogtreecommitdiffstats
path: root/data/post-scripts
Commit message (Collapse)AuthorAgeFilesLines
* copy-logs changed namesBrian C. Lane2012-10-031-1/+1
|
* Make the log copy script the last one to runJesse Keating2012-10-031-0/+0
| | | | | Since the log copy script copies script logs, we want it to run as late as possible.
* Copy ks script logs into the install root as wellJesse Keating2012-10-031-0/+2
|
* Fix the destination path for anaconda.xlog (#860041).Chris Lumens2012-09-241-1/+1
|
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-3/+7
| | | | | | | | | | | | | | Conflicts: Makefile.am anaconda data/systemd/anaconda.target pyanaconda/bootloader.py pyanaconda/constants.py pyanaconda/iutil.py pyanaconda/kickstart.py pyanaconda/network.py pyanaconda/vnc.py scripts/makeupdates
* Add packaging log and scriptlet loggingBrian C. Lane2012-08-021-0/+1
| | | | | | | | | | | | | This adds a new logfile for packaging (/tmp/packaging.log) which will contain everything related to yum and rpm as well as other package systems when they are added. This also re-adds logging of the rpm scriptlet output. The 'Installing ...' messages end up being logged twice. Because rpm only logs to a file we capture the scriptlet output along with the package install message so that you can associate scriptlet problems with their package. This adds this file's log to our logs after the transaction is complete (or fails).
* The post scripts need to make use of $ANA_INSTALL_PATH.Chris Lumens2012-02-222-9/+9
|
* Move setfilecons code into a kickstart script, too.Chris Lumens2012-02-222-1/+15
|
* Log file copying can be handled by a kickstart script now.Chris Lumens2012-02-222-1/+14
|
* Support implementing portions of anaconda's post-install as %post scripts.Chris Lumens2012-02-222-0/+32
For now, all that's supported is copying screenshots. However this could be extended to other portions that really don't benefit from being in python (restorecon, etc.). Of course none of these scripts get run yet given that we don't have any way to run the kickstart file, but once we do we'll get this for free.