summaryrefslogtreecommitdiffstats
path: root/pyanaconda/installmethod.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some modules obsoleted by the packaging module.David Lehman2013-01-081-1/+0
|
* use a dracut shutdown hook to eject media (#787461)Brian C. Lane2012-02-201-4/+4
| | | | | | | | Now that we are running from the squashfs.img on the install media we cannot eject it until shutdown. Anacona now uses a dracut shutdown hook to handle ejecting any media that needs to be ejected.
* Don't write out a duplicate mtab to /mnt/sysimage (#568539).Chris Lumens2010-12-151-9/+0
| | | | | | We write out out in doPreInstall, so there should be no need to still write one out in doMethodComplete. The latter one just confuses kickstart %post scripts these days.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+56
a real Python package. Also updates the build and autotools stuff to work with the new structure