summaryrefslogtreecommitdiffstats
path: root/pyanaconda/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-1/+1
|
* Remove the old text mode UI.Chris Lumens2013-01-161-1/+1
| | | | | I've had to leave pieces of text.py around, though, because it's used by rescue mode and we're not changing it quite yet.
* Remove the old graphical user interface.Chris Lumens2012-07-171-1/+1
| | | | | We're not using it for anything, and I don't want people looking at it for any reason anyway. If we really need to, it's still in version control.
* Add new packaging module.David Lehman2012-02-281-1/+1
|
* Add Makefile.ams for all the new UI code so it gets installed.Chris Lumens2011-11-211-1/+1
|
* Replace booty with a new bootloader module.David Lehman2011-04-071-1/+1
| | | | | | | | | | | | | | | Moves requirements for and detection of bootloader stage1/stage2 target devices into the bootloader classes themselves. Separates the concepts of bios drive ordering and boot drive selection. Removes support for LILO and ABOOT. Removes chandev code from ZIPL. Moves target/stage1 device type descriptions into BootLoader classes. Adds prevention of duplicate labels on upgrades.
* Remove the last of the xutils module.Chris Lumens2011-03-111-7/+0
| | | | | | I can't see that any of the resources we were setting changed the look of the installer at all. Now that we are using metacity instead of our own window manager, these things should all be getting set for us elsewhere.
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-1/+1
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+34
a real Python package. Also updates the build and autotools stuff to work with the new structure