summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Fix traceback in timezone setting (kickstart interactive text mode) (#481617)Radek Vykydal2009-05-131-4/+6
* Backport Fedora-11 libiscsi iscsi code (#497438)Hans de Goede2009-05-061-4/+0
* Fix traceback when using encryption with kickstart (related: #461700)Peter Jones2008-10-021-9/+6
* Backend for system-wide passphrase for encrypted block devices. (#461700, 1/3)David Lehman2008-09-191-1/+13
* Disallow use or creation of encrypted software RAID partitions. (#456283)David Lehman2008-09-171-0/+3
* Fix kickstart timezone value checking (#462595, #404321).Radek Vykydal2008-09-171-1/+1
* Add the reverse chap bits for kickstart as well (related: rhbz#432819)Peter Jones2008-09-151-1/+16
* Make iBFT reading explicit from a higher level, so the target list doesn't getPeter Jones2008-09-121-0/+1
* Make sure bootproto=query settings carry over to stage2 (#453863).Chris Lumens2008-07-281-1/+1
* Suspend the curses interface before calling scripts and resume afterwards (#4...Martin Sivak2008-07-241-0/+4
* Add support for the --only-use argument to RHEL5 (#318351).Radek Vykydal2008-07-221-1/+4
* If the user explicitly sets the text mode in kickstart, do not ask the VNC qu...Martin Sivak2008-07-211-1/+5
* Kickstart support for encrypted block devices. (#229865)David Lehman2008-07-091-0/+28
* Handling of invalid timezone value in kickstart added (#404321)Radek Vykydal2008-07-091-0/+4
* Initial support for network --bootproto=query (#401531).Chris Lumens2008-01-301-1/+5
* Support SHA256/SHA512 password encoding from kickstart (#427388)David L. Cantrell Jr2008-01-181-1/+1
* * kickstart.py (AnacondaKSHandlers.doZFCP): Flush isys driveDictDavid Cantrell2007-06-181-1/+3
* Import tempfile to fix kickstart install tracebacks (#244240).Chris Lumens2007-06-141-0/+2
* Support multiple %ksappend lines (#222201).Chris Lumens2007-05-011-43/+39
* - revert 'clearpart["done"]' change, as it was crackrockPeter Jones2007-01-091-1/+0
* - don't run clearpart more than once (#220021)Peter Jones2006-12-191-0/+1
* * installclasses/rhel.py: do not accept reg keys whose product doesdlehman2006-12-181-0/+3
* * 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-121-0/+5
* Always skip the networking step on kickstart installs (#214584).Chris Lumens2006-11-081-2/+1
* Fix line wrapping (#213425).Chris Lumens2006-11-011-2/+1
* Catch hard drives that do not exist (#212377).Chris Lumens2006-10-261-1/+8
* Correct --onbiosdisk handling (#210705).Chris Lumens2006-10-181-2/+2
* 2006-10-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-171-2/+6
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-161-1/+5
* - 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