summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove call to no longer existing isys DriveDict methodHans de Goede2009-12-151-2/+0
* Add an interface to select the fancy filtering UI vs. the regular one.Chris Lumens2009-12-111-1/+1
* Add a step to prompt for the cleardisks UI.Chris Lumens2009-12-111-0/+2
* Add an early user interface for filtering storage devices.Chris Lumens2009-12-111-0/+2
* Bring auto discovered drives online before parsing the ks fileHans de Goede2009-12-111-0/+6
* Kickstart support for unpartitioned disks.David Lehman2009-12-091-1/+21
* An unitialized variable in iw/partition_gui.py and a typo in kickstart.pyAles Kozumplik2009-11-261-1/+1
* Add DCB option to kickstart FCoE code (#513011)Hans de Goede2009-11-261-4/+5
* Enhance drive specification for clearpart, ignoredisk, and partition.Chris Lumens2009-11-201-34/+66
* If the kickstart log file's path doesn't exist, make it.Chris Lumens2009-11-181-0/+4
* Various improvements to kickstart scriptlet reporting (#510636).Chris Lumens2009-11-161-23/+18
* Remove the early kickstart processing pass (#532453).Chris Lumens2009-11-121-71/+21
* Move all the important stuff out of the KickstartCommand.parse methods.Chris Lumens2009-11-121-400/+345
* commandMap and dataMap are now updates to the existing dict.Chris Lumens2009-11-121-32/+11
* Set a reference to the kickstart handler on BaseData objects.Chris Lumens2009-11-121-0/+13
* When creating a new md array check we have enough members (#533027)Hans de Goede2009-11-101-1/+4