summaryrefslogtreecommitdiffstats
path: root/kickstartParser.py
Commit message (Expand)AuthorAgeFilesLines
* Move generic kickstart file processing code into its own package and makeChris Lumens2005-10-061-902/+0
* Use new ksdata objects for network and partitioning lists instead ofChris Lumens2005-10-041-50/+62
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-041-2/+2
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-041-2/+2
* KickstartParser fixes to make %post scripts in and out of the chrootChris Lumens2005-09-301-59/+80
* Use the right Script class in anaconda so we have the run method. FixChris Lumens2005-09-271-8/+24
* Add package header data to the ksdata.Chris Lumens2005-09-191-4/+4
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-1/+1
* Fill in the blanks on kickstart commands without handlers. Most of theseChris Lumens2005-09-131-18/+60
* Added more settings for use in s-c-kickstart later.Chris Lumens2005-09-121-2/+8
* * anaconda.spec: Bump version, tweak requirementsBill Nottingham2005-09-091-2/+1
* Clean up exception handling. Bring back graphical exception dialog. MoveChris Lumens2005-09-081-74/+20
* Fix typo.Chris Lumens2005-09-071-1/+2
* Runtime error fixes. Allow KickstartParser to not take a handlers objectChris Lumens2005-09-061-18/+24
* Add capability for required command options. This is part of the plan toChris Lumens2005-09-011-88/+309
* Break dependancy on anaconda. Add processing for more commands and setChris Lumens2005-08-311-204/+319
* Added beginnings of new unified kickstart parser and data store, thoughChris Lumens2005-08-301-0/+517