summaryrefslogtreecommitdiffstats
path: root/data/post-scripts/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* copy-logs changed namesBrian C. Lane2012-10-031-1/+1
|
* Move setfilecons code into a kickstart script, too.Chris Lumens2012-02-221-1/+1
|
* Log file copying can be handled by a kickstart script now.Chris Lumens2012-02-221-1/+1
|
* Support implementing portions of anaconda's post-install as %post scripts.Chris Lumens2012-02-221-0/+22
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.