summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add kickstart fcoe commandHans de Goede2009-07-081-0/+10
* Allow creating new groups through kickstart.Chris Lumens2009-07-021-0/+1
* Fix an obvious traceback when doing part --ondisk= (#504687).Chris Lumens2009-06-081-1/+1
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-051-1/+1
* Use the F12 version of the bootloader command.Chris Lumens2009-06-041-2/+2
* Remove the bootloader --lba32 option.Chris Lumens2009-06-041-2/+0
* Use the F12 version of the driverdisk command.Chris Lumens2009-06-021-1/+1
* format.mountpoint -> lvd.mountpoint (#500913).Chris Lumens2009-05-141-2/+2
* Use a newer version of the kickstart Partition command.Chris Lumens2009-05-121-2/+2
* Only set clearpart data if the command was provided in the kickstart file.Chris Lumens2009-05-111-4/+5
* Override previously defined mountpoints in kickstart (#499746).Chris Lumens2009-05-111-0/+27
* Handle clearpart in the early kickstart pass too.Chris Lumens2009-05-011-2/+14
* Fix kickstart PV references handling for lvm on raid (#497352).Radek Vykydal2009-04-271-0/+1
* Use slightly better checks when testing for 0 size (#493656, #497186, #497389).Chris Lumens2009-04-241-3/+3
* Support --encrypted --useexisting on kickstart installs (#497147).Chris Lumens2009-04-231-17/+37
* Enforce the fstype that holds /boot on kickstart installs (#497238).Chris Lumens2009-04-231-0/+4
* Fix editing of raid device (persistence of level choice) (#496159)Radek Vykydal2009-04-171-1/+1
* Fix ks --useexisting and --noformat options of logvol and volgroupRadek Vykydal2009-04-171-19/+7