summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New version.anaconda-11.5.0.19-1Chris Lumens2009-02-131-1/+4
* Fix build errors in the new net.c code.Chris Lumens2009-02-131-7/+7
* New version.anaconda-11.5.0.18-1Chris Lumens2009-02-131-1/+11
* Add the missing files.. again..Martin Sivak2009-02-132-0/+150
* Require pyparted >= 2.0.0David Cantrell2009-02-122-2/+4
* Check for 'is None' not '== None'.David Cantrell2009-02-121-1/+1
* Fix PartitionSpec.getActualSize()David Cantrell2009-02-121-4/+4
* request.drive is a string, not a list in this instance.David Cantrell2009-02-121-4/+1
* Fix typo in fsset.pyDavid Cantrell2009-02-121-1/+1
* disk.type is already a string, so we don't have to check the name attr.Chris Lumens2009-02-122-7/+7
* Fix handling of device type vs. string in FileSystemSet.setActive.Chris Lumens2009-02-121-10/+8
* getPartitionByPath expects the device to start with /dev/.Chris Lumens2009-02-125-11/+11
* Fix typo: = -> ==David Cantrell2009-02-121-1/+1
* Remove unused printNewRequestsCyl() function.David Cantrell2009-02-121-23/+0
* Use parted.Disk.getPartitionByPath()David Cantrell2009-02-127-83/+127
* Skip METADATA, FREESPACE, and PROTECTED partitions.David Cantrell2009-02-121-4/+4
* Pass a parted.FileSystem to parted.Partition.__init__()David Cantrell2009-02-121-1/+2
* Iterate over partitions to see free space.David Cantrell2009-02-123-14/+22
* Handle errors probing filesystems on RAID and LVM partitions.Chris Lumens2009-02-121-6/+12
* Syntax fixes for the new pyparted for parted.FileSystem.David Cantrell2009-02-121-2/+2
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-126-33/+21
* Read CHS values from Device.biosGeometry propertyDavid Cantrell2009-02-123-9/+9
* 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-129-94/+96
* Use correct attribute on FileSystem objects.David Cantrell2009-02-121-9/+9
* Syntax changes for the new pyparted.David Cantrell2009-02-128-97/+63
* parted.file_system_type_get() -> parted.fileSystemType[]David Cantrell2009-02-121-14/+14
* Syntax fixes for the new pyparted.David Cantrell2009-02-123-4/+5
* sector_size -> sectorSizeChris Lumens2009-02-123-20/+20
* There is no more parted.error, so just use Exception.Chris Lumens2009-02-122-5/+5
* Make sure the pyparted package ends up in the updates path.Chris Lumens2009-02-121-1/+1
* Don't provide a special partedExceptionWindow anymore.Chris Lumens2009-02-123-80/+0
* Don't use the native_type flag anymore.Chris Lumens2009-02-125-26/+22
* Syntax fixes for disk_new_fresh() and probe_specific.David Cantrell2009-02-121-4/+4
* Syntax fixes for pyparted-2.0.0David Cantrell2009-02-122-114/+107
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-128-39/+14
* Remove partedUtils.getMaxAvailPartSizeMB()David Cantrell2009-02-123-20/+2
* Removed partedUtils.getPartSize()David Cantrell2009-02-122-6/+2
* Removed partedUtils.get_lvm_partitions()David Cantrell2009-02-122-8/+1
* Removed partedUtils.getRaidPartitions()David Cantrell2009-02-123-8/+2
* Removed partedUtils.get_primary_partitions()David Cantrell2009-02-122-7/+2
* Remove partedUtils.get_logical_partitions()David Cantrell2009-02-123-10/+4
* Removed partedUtils.get_partition_name()David Cantrell2009-02-129-56/+35
* Remove archLabels and partitionTypesDict that have been moved into pyparted.Chris Lumens2009-02-121-83/+3
* Remove partedUtils.get_max_logical_partitions()David Cantrell2009-02-122-28/+2
* Removed sector<->cylinder conversion functions.David Cantrell2009-02-126-38/+14
* Removed partedUtils.getPartSizeMB()David Cantrell2009-02-125-18/+12
* Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.David Cantrell2009-02-126-10/+5
* Removed partedUtils.get_flags(), functionality now in pyparted.David Cantrell2009-02-121-18/+1
* Return device path with '/dev/' in partedUtils.get_partition_drive()David Cantrell2009-02-121-1/+1