summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add handling for sshpw command.Peter Jones2009-11-051-1/+2
* Add 'zerombr' to list of early kickstart commands we look for.David Cantrell2009-10-291-2/+5
* preexist -> onPart (#531407).Chris Lumens2009-10-281-1/+1
* Allow /boot to be on a variety of filesystems during kickstart (#529846).Chris Lumens2009-10-211-4/+4
* Update drivelist with bootloader --driveorder ks option instead of replacing ...Radek Vykydal2009-10-131-1/+1
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-3/+4
* bootloader --append= should append, not set the args list (#524004).Chris Lumens2009-09-291-1/+1
* Remove the installation number screen.Chris Lumens2009-09-221-1/+0
* Do not raise UI dialog in stage2 if network is set in ks (#487503).Radek Vykydal2009-09-221-0/+9
* Add escrow supportMiloslav Trmač2009-09-141-7/+54
* Update for pykickstart with escrow supportMiloslav Trmač2009-09-141-8/+8
* Fix --encrypted when creating volumes in kickstartMiloslav Trmač2009-09-141-3/+3
* The zonetab module has moved (#521986).Chris Lumens2009-09-091-1/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-3/+3
* Simplify language.py to two basic settings, and a lot of support (#517569).Chris Lumens2009-09-021-1/+2
* Fix a typo in a kickstart error string (#517760).Chris Lumens2009-08-171-1/+1
* Do not go interactive if timezone in ks is not valid (#473647)Radek Vykydal2009-08-071-2/+1
* Lots of small grammar and wording changes.Peter Jones2009-07-131-8/+9
* Edit user-visible dialogs for style.Peter Jones2009-07-131-4/+4
* error messages of zFCP on s390: log or pass to the UISteffen Maier2009-07-101-1/+4