summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-3/+4
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-573/+592
* * anaconda (__main__): Pass reference to anaconda object to InstallData.David Cantrell2006-12-131-5/+7
* Remove LIBUSER_CONF from the environment before running %post scriptsChris Lumens2006-12-081-0/+5
* Always skip the networking step on kickstart installs (#214584).Chris Lumens2006-11-081-2/+1
* Catch hard drives that do not exist (#212377).Chris Lumens2006-10-261-1/+7
* Correct --onbiosdisk handling (#210705).Chris Lumens2006-10-181-2/+2
* - Fix pykickstart call name for mpathPeter Jones2006-09-251-1/+1
* 2006-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-201-22/+2
* 2006-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-201-16/+10
* Fix up when the group-selection step should appear during kickstart installs.Chris Lumens2006-09-121-1/+16
* Check for grow before checking the size (#206039).Chris Lumens2006-09-111-1/+1
* Fix getBaseInstallClass import (#202483).Chris Lumens2006-08-141-1/+1
* Fix typo (#202471).Chris Lumens2006-08-141-1/+1
* 2006-08-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-101-16/+1
* Remove passthrough functions and exception handler for kickstart commands whichChris Lumens2006-08-071-46/+1
* Use class Anaconda in AnacondaKSHandlers so we do not have to pass an instdataChris Lumens2006-08-071-117/+115
* Don't check size percentage if the LV is preexisting (#193341).Chris Lumens2006-08-071-3/+3
* 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