summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-14/+16
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-211-3/+0
* Fix name.arch selection - FlorianPaul Nasrat2005-07-111-1/+1
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-17/+1
* Allow ignoring packages without having to specify architecture (#160209).Chris Lumens2005-06-151-2/+6
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-3/+9
* 2005-05-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-101-39/+1
* fix thinkoPaul Nasrat2005-05-101-1/+1
* Recognize --label for the part keyword (#79832).Chris Lumens2005-04-271-4/+7