summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
...
* Be smarter about where the log files are for kickstart scripts.Chris Lumens2006-07-261-2/+2
* 2006-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-251-4/+22
* 2006-07-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-211-1/+18
* - add multipath support in kickstart.pyPeter Jones2006-07-171-0/+27
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-2/+1
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-0/+8
* Read from the right stdin when running scripts.Chris Lumens2006-05-311-1/+1
* Don't allow logical volumes to be smaller than their volume group's PE sizeChris Lumens2006-05-241-7/+11
* 2006-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-181-1/+1
* Removed references to steps that don't exist anymore.David Cantrell2006-05-171-3/+2
* Don't skip the welcome screen on interactive installs so we have somewhere toChris Lumens2006-05-101-3/+2
* - fix bare intf to use anaconda classPeter Jones2006-05-051-2/+2
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-25/+25
* Don't traceback if pykickstart gets support for a new command before anaconda.Chris Lumens2006-05-031-1/+7
* Add support for making users and for enabling/disabling services viaChris Lumens2006-05-031-0/+8
* Use libuser for handling the root password instead of a bunch of our ownChris Lumens2006-04-111-2/+3
* Add support for the logging command (which does something) and the repoChris Lumens2006-03-271-0/+14
* Warn if %packages is given on upgrade.Chris Lumens2006-03-231-6/+9
* 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