summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Don't show group selection on upgrade (#184528)Paul Nasrat2006-03-091-1/+3
* Mark Everything as deprecated, too.Chris Lumens2006-03-031-2/+4
* @Everything -> "*"Chris Lumens2006-03-031-0/+7
* "" vs. None for making swap on RAID work again (#176537).Chris Lumens2006-02-271-1/+1
* Reboot automatically in interactive mode if told to do so (#181743).Chris Lumens2006-02-171-0/+8
* Complain about unknown packages and groupsPaul Nasrat2006-02-171-5/+43
* Lots of kickstart fixes.Chris Lumens2006-02-171-3/+10
* Fix some pychecker warnings.Chris Lumens2006-02-101-14/+17
* Suggest a fix in the error message (#174597).Chris Lumens2006-02-081-1/+1
* Fix searching for pirut glade file. Make kickstart interactive mode work.Chris Lumens2006-02-021-8/+12
* Provide an error dialog if there's a problem in the way LVM commands are given.Chris Lumens2006-02-011-1/+5
* - add kickstart dmraid supportPeter Jones2006-01-311-1/+31
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-261-3/+4
* Add a permanentSkipList for steps we always want to skip, no matter what elseChris Lumens2006-01-251-5/+8
* fix dmraid in kickstartsPeter Jones2006-01-181-0/+5
* Set permissions on log files to 0600 (#177519).Chris Lumens2006-01-171-0/+3
* Back out some junk that didn't work.Chris Lumens2006-01-111-2/+2
* Various small kickstart fixes.Chris Lumens2006-01-111-4/+9
* Forgot one parameter.Chris Lumens2005-12-121-1/+1
* Remove x configuration from the monitor keyword.Chris Lumens2005-12-121-3/+1
* Allow %pre scripts to be in an included file.Chris Lumens2005-12-011-1/+0
* Show a more helpful error message.Chris Lumens2005-11-211-3/+6
* Don't give a progress bar if there aren't any scripts to run.Chris Lumens2005-11-161-6/+14
* 2005-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-1/+1
* Set id.auth.Chris Lumens2005-11-071-0/+1
* Check for None in sizes.Chris Lumens2005-11-031-2/+2
* Fix interface between doClearPart and setClearParts.Chris Lumens2005-11-031-2/+2
* Pass lineno to handlePackageHdr and handleScriptHdr.Chris Lumens2005-10-281-3/+3
* Make error reporting more useful with line numbers.Chris Lumens2005-10-241-27/+32
* Import translation.Chris Lumens2005-10-171-0/+1
* Move redirection of warnings module messages from kickstart.py to anacondaChris Lumens2005-10-111-7/+0
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-111-0/+14
* Missed one.Chris Lumens2005-10-071-11/+10
* Override warnings.showwarning to ensure kickstart DeprecationWarnings getChris Lumens2005-10-061-0/+7
* Move generic kickstart file processing code into its own package and makeChris Lumens2005-10-061-16/+17
* Use new ksdata objects for network and partitioning lists instead ofChris Lumens2005-10-041-140/+137
* KickstartParser fixes to make %post scripts in and out of the chrootChris Lumens2005-09-301-29/+35
* Use the right Script class in anaconda so we have the run method. FixChris Lumens2005-09-271-2/+19
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-1/+14
* Run %pre scripts.Chris Lumens2005-09-151-5/+8
* Fill in the blanks on kickstart commands without handlers. Most of theseChris Lumens2005-09-131-0/+28
* Added missing function to prevent traceback.Chris Lumens2005-09-121-0/+3
* * anaconda.spec: Bump version, tweak requirementsBill Nottingham2005-09-091-1/+1
* Clean up exception handling. Bring back graphical exception dialog. MoveChris Lumens2005-09-081-22/+76
* Modify skipSteps. Set partition mount points to None where needed.Chris Lumens2005-09-071-16/+7
* Switch to use the new kickstart code by subclassing KickstartParser,Chris Lumens2005-09-061-1317/+471
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-99/+1
* We've been silently ignoring on the mouse keyword for a while now. Time toChris Lumens2005-08-171-23/+1
* Fix syntaxPaul Nasrat2005-08-171-1/+1
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-151-4/+0