summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix ks raid --useexisting and --noformatRadek Vykydal2009-04-081-4/+4
* Fix processing of --level and --device options of ks raid commands.Radek Vykydal2009-04-081-5/+6
* Use existing partitions when --onpart is used for PVs or raid members (#493065)Radek Vykydal2009-04-071-5/+16
* Stop lying about our support for dmraid and multipath in kickstart.Chris Lumens2009-04-061-51/+2
* If no partitioning commands are given, apply the UI selections (#490880).Chris Lumens2009-04-031-0/+8
* Move %pre processing to much earlier in the install process.Chris Lumens2009-03-311-25/+31
* Add an early kickstart processing pass.Chris Lumens2009-03-311-13/+55
* Assign weights to partition requests when doing manual or kickstart installs.Chris Lumens2009-03-301-7/+10
* Add a missing import (#491605).Chris Lumens2009-03-231-0/+1
* storage.disks never includes disks without media present.Chris Lumens2009-03-171-1/+1
* Use correct parse method for the upgrade command (#471232)Will Woods2009-03-161-1/+1
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-1/+1