summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-1492/+0
* Make ssid and wepkey in boot params and stage 1 kickstart work (#473803)Radek Vykydal2010-05-241-1/+1
* logging: remove references to some more steps.Ales Kozumplik2010-05-141-6/+0
* Make ks option network --wepkey work in stage 2 (#473803)Radek Vykydal2010-05-131-1/+3
* Set network devices configured in ks to be nm-controlled (#520146).Radek Vykydal2010-05-131-1/+2
* Enable networking in stage 2 using nm-c-e (#520146)Radek Vykydal2010-05-131-0/+1
* logging: remove references to "confirminstall" and "confirmupgrade" steps.Ales Kozumplik2010-05-131-2/+0
* logging: remove all references to the "installtype" step.Ales Kozumplik2010-05-131-3/+0
* Fix syntax error in kickstart.pyHans de Goede2010-04-151-5/+5
* Fix a mismatched kickstart command as caught by the new test case.Chris Lumens2010-04-131-1/+1
* Inherit the ZFCP command from the correct pykickstart class (#581829).Chris Lumens2010-04-131-2/+2
* Catch errors when downloading the escrow cert (#579992).Chris Lumens2010-04-071-1/+13
* Schedule removal actions for any format on a --onpart= device (#576976).Chris Lumens2010-04-051-0/+15
* Fix referring to disks by-label, by-uuid, etc (#575855).Chris Lumens2010-03-241-2/+4
* Use the disk name from kickstart in the shouldClear error message.Chris Lumens2010-03-121-1/+1
* Before running shouldClear, make sure a real disk was specified (#572523).Chris Lumens2010-03-121-0/+3
* Fixes bug #569373 - Change udev_trigger block calls to use change actionBrian C. Lane2010-03-041-1/+1
* Fix creation of encrypted md members and pvs in kickstart. (#567396)David Lehman2010-02-221-0/+10
* Allow --ignoremissing to work for @base and @core (#566752).Chris Lumens2010-02-191-2/+2
* logging: introduce stderr logger and use it for critical situations in kickst...Ales Kozumplik2010-02-181-11/+11
* logging, fix: setting remote logging from kicstartAles Kozumplik2010-02-181-8/+17
* The step is named cleardiskssel, not cleardisksel (#565873).Chris Lumens2010-02-161-1/+1
* Don't always set anaconda.upgrade to be True (#565622).Chris Lumens2010-02-151-1/+1
* Move firstboot into the Anaconda object.Chris Lumens2010-02-041-5/+0
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-15/+15
* Move escrowCertificates into the Storage object.Chris Lumens2010-02-041-4/+4
* Move storage into the Anaconda class.Chris Lumens2010-02-041-23/+23
* Move desktop to the Anaconda object.Chris Lumens2010-02-041-4/+4
* Move timezone to the Anaconda object.Chris Lumens2010-02-041-2/+2
* Move firewall into Anaconda.Chris Lumens2010-02-041-4/+4
* Move users and security to the Anaconda object.Chris Lumens2010-02-041-6/+6
* Move network to the Anaconda object.Chris Lumens2010-02-041-6/+6
* Move keyboard to the Anaconda object.Chris Lumens2010-02-041-3/+3
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-3/+3
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-041-2/+2
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-3/+3
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-22/+22
* Set displayMode on the anaconda object, then refer to that everywhere.Chris Lumens2010-02-041-1/+1
* Hookup new python EDD code (#478996)Hans de Goede2010-01-281-2/+6
* Support the new excludedGroupList in pykickstart (#554717).Chris Lumens2010-01-141-1/+3
* Use passed in anaconda parameter instead of relying on handlerHans de Goede2010-01-141-35/+23
* kickstart.py: Fix stdoutLog not being definedHans de Goede2010-01-141-0/+1
* pylint error fixes round 2Hans de Goede2010-01-141-2/+1
* Don't wait on the filtertype screen on kickstart installs.Chris Lumens2010-01-081-2/+8
* Our overridden AutoPart class must be mentioned in commandMap.Chris Lumens2010-01-081-0/+1
* Remove LoggerClass but maintain loglevel= functionalityAles Kozumplik2010-01-081-2/+2
* Put fsprofile support back in.David Lehman2009-12-221-9/+6
* 'cleardiskssel' typos that made it impossible to run text install.Ales Kozumplik2009-12-221-2/+2
* Make iscsi,etc startup use the iscsi,etc SingletonsHans de Goede2009-12-151-3/+3
* kickstart: Move onlining of fcoe/iscsi/zfcp devices to parse phaseHans de Goede2009-12-151-34/+38