summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the mappings and ksID as well.Chris Lumens2009-03-121-7/+0
* Update the volgroup command to work with the new storage code.Chris Lumens2009-03-121-16/+37
* Update the raid command to work with the new storage code.Chris Lumens2009-03-121-50/+79
* Update the part command to work with the new storage code.Chris Lumens2009-03-121-84/+97
* Update the logvol command to work with the new storage code.Chris Lumens2009-03-121-52/+85
* addPartRequest is no longer needed.Chris Lumens2009-03-121-14/+3
* Clear partitions before scheduling requests.Chris Lumens2009-03-121-0/+4
* We are searching a list, not a dict nowRadek Vykydal2009-03-101-2/+2
* Start storage before parsing the kickstart file.Chris Lumens2009-03-061-3/+4
* Make sure autopart without any clearpart command will fail.Chris Lumens2009-03-061-2/+2
* Update storage flag on ks autopartRadek Vykydal2009-03-061-0/+1
* Use correct storage attribute for ks clearpartRadek Vykydal2009-03-061-2/+2
* Make kickstart work against the new partitioning code.Chris Lumens2009-03-041-4/+2
* Syntax and import fixes.David Cantrell2009-03-021-3/+1
* Fix calls to getAutopartitionBoot, calling the platform's code instead.Chris Lumens2009-02-271-1/+1
* Remove autopart.py.Chris Lumens2009-02-271-1/+0
* Updates to make existing code use the new storage module.David Lehman2009-02-231-29/+27