summaryrefslogtreecommitdiffstats
path: root/autopart.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure request.drive is always a list (#485622)David Cantrell2009-02-201-13/+30
* request.drive is a string, not a list in this instance.David Cantrell2009-02-121-4/+1
* disk.type is already a string, so we don't have to check the name attr.Chris Lumens2009-02-121-2/+2
* getPartitionByPath expects the device to start with /dev/.Chris Lumens2009-02-121-4/+4
* Remove unused printNewRequestsCyl() function.David Cantrell2009-02-121-23/+0
* Use parted.Disk.getPartitionByPath()David Cantrell2009-02-121-11/+24
* Pass a parted.FileSystem to parted.Partition.__init__()David Cantrell2009-02-121-1/+2
* Iterate over partitions to see free space.David Cantrell2009-02-121-12/+10
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-6/+6
* Read CHS values from Device.biosGeometry propertyDavid Cantrell2009-02-121-1/+2
* Update autopart.py to work with new pyparted syntax.David Cantrell2009-02-121-65/+83
* Use device property on Disk and Geometry objects.David Cantrell2009-02-121-52/+52
* Syntax changes for the new pyparted.David Cantrell2009-02-121-45/+29
* sector_size -> sectorSizeChris Lumens2009-02-121-18/+18
* There is no more parted.error, so just use Exception.Chris Lumens2009-02-121-2/+2
* Don't use the native_type flag anymore.Chris Lumens2009-02-121-6/+6
* Syntax fixes for pyparted-2.0.0David Cantrell2009-02-121-8/+8
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-121-5/+5
* Remove partedUtils.getMaxAvailPartSizeMB()David Cantrell2009-02-121-1/+1
* Removed partedUtils.getPartSize()David Cantrell2009-02-121-2/+2
* Removed partedUtils.get_primary_partitions()David Cantrell2009-02-121-2/+2
* Remove partedUtils.get_logical_partitions()David Cantrell2009-02-121-3/+3
* Removed partedUtils.get_partition_name()David Cantrell2009-02-121-10/+10
* Remove partedUtils.get_max_logical_partitions()David Cantrell2009-02-121-2/+2
* Removed sector<->cylinder conversion functions.David Cantrell2009-02-121-5/+5
* Removed partedUtils.getPartSizeMB()David Cantrell2009-02-121-5/+4
* Strip invalid characters from autoamtically made VG/LV names (#483571).Chris Lumens2009-02-051-6/+1
* Make ext4 default in UI filesystem selection (bug #481112)Radek Vykydal2009-02-031-4/+5
* Better naming for LVM volume groups and logical volumes (#461682)David Cantrell2008-12-031-8/+33
* Fix the last pychecker warnings in masterHans de Goede2008-10-301-1/+1
* Only add LUKSDevice instances to PV requests as needed.David Lehman2008-09-151-6/+4
* Fix partitions growing (backport of rhbz #442628)Radek Vykydal2008-09-091-1/+1
* Use print() as a function.Peter Jones2008-09-081-44/+44
* Move all the exceptions into a single file.Chris Lumens2008-06-091-1/+1
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-06-051-5/+6
|\
| * 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-7/+8
* | Don't reference PartitioningError.value .Peter Jones2008-06-051-3/+3
* | More partitioning error handling fixes (#446453).Chris Lumens2008-05-151-2/+2
|/
* Don't tag more than one request with mountpoint=/boot/efiPeter Jones2008-04-101-11/+14
* Use only real parted fstype names when checking parted results.Peter Jones2008-04-081-2/+7
* Fix up ppc boot check (#438005)Jeremy Katz2008-03-181-5/+4
* Create and check /boot/efi correctly, and use preexisting one if available.Peter Jones2008-03-141-20/+33
* Revert "Handle /boot and /boot/efi separately, plus fixes"Peter Jones2008-03-141-31/+18
* Handle /boot and /boot/efi separately, plus fixesPeter Jones2008-03-141-18/+31
* Get rid of unused >1024 cylindar check, fix text of boot check exceptions.Peter Jones2008-03-141-12/+4
* Make bootRequestCheck() check /each/ boot partition like it's supposed to,Peter Jones2008-03-141-26/+21
* Use iutil.isEfi() instead of testing for ia64-ness.Peter Jones2008-03-041-13/+8
* Fix calculation of sizes of LVs when resizing (#433024)Jeremy Katz2008-02-241-1/+1
* Fix encrypted autopart traceback.David Lehman2008-01-081-0/+1
* Fix error reporting messages (sfernand, #242252).Chris Lumens2007-12-181-3/+3