summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
Commit message (Expand)AuthorAgeFilesLines
* storage.disks never includes disks without media present.Chris Lumens2009-03-171-1/+1
* Make kickstart work against the new partitioning code.Chris Lumens2009-03-041-5/+1
* protectedPartitions is a list, not a function.Chris Lumens2009-03-041-2/+2
* Get rid of partedUtils.getDefaultDiskType, since the platform knows that.Chris Lumens2009-02-271-29/+3
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+0
* Remove obsolete imports.David Lehman2009-02-231-3/+0
* Remove getReleaseString from partedUtils.David Lehman2009-02-231-44/+0
* Fix the obvious typo.Chris Lumens2009-02-191-1/+1
* Take into account that a parted.Partition's _fileSystem can be None (#485644).Chris Lumens2009-02-191-3/+6
* Encode our upgrade policy in productMatches/versionMatches and enforce it.Chris Lumens2009-02-161-54/+21
* Check for 'is None' not '== None'.David Cantrell2009-02-121-1/+1
* disk.type is already a string, so we don't have to check the name attr.Chris Lumens2009-02-121-5/+5
* Handle errors probing filesystems on RAID and LVM partitions.Chris Lumens2009-02-121-6/+12
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-4/+4
* Use correct attribute on FileSystem objects.David Cantrell2009-02-121-9/+9
* Syntax changes for the new pyparted.David Cantrell2009-02-121-10/+5
* Syntax fixes for the new pyparted.David Cantrell2009-02-121-0/+1
* sector_size -> sectorSizeChris Lumens2009-02-121-1/+1
* There is no more parted.error, so just use Exception.Chris Lumens2009-02-121-3/+3
* Don't use the native_type flag anymore.Chris Lumens2009-02-121-16/+12
* Syntax fixes for disk_new_fresh() and probe_specific.David Cantrell2009-02-121-4/+4
* Syntax fixes for pyparted-2.0.0David Cantrell2009-02-121-106/+99
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-121-21/+0
* Remove partedUtils.getMaxAvailPartSizeMB()David Cantrell2009-02-121-18/+0
* Removed partedUtils.getPartSize()David Cantrell2009-02-121-4/+0
* Removed partedUtils.get_lvm_partitions()David Cantrell2009-02-121-7/+0
* Removed partedUtils.getRaidPartitions()David Cantrell2009-02-121-6/+0
* Removed partedUtils.get_primary_partitions()David Cantrell2009-02-121-5/+0
* Remove partedUtils.get_logical_partitions()David Cantrell2009-02-121-6/+0
* Removed partedUtils.get_partition_name()David Cantrell2009-02-121-27/+6
* 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-121-26/+0
* Removed sector<->cylinder conversion functions.David Cantrell2009-02-121-18/+0
* Removed partedUtils.getPartSizeMB()David Cantrell2009-02-121-6/+1
* Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.David Cantrell2009-02-121-5/+0
* 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
* Remove partedUtils.sniffFilesystemType()David Cantrell2009-02-121-7/+0
* Remove unused code in partedUtils.pyDavid Cantrell2009-02-121-18/+1
* Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov).Chris Lumens2009-01-071-4/+7
* Use stacks instead of tracebacks in traceback handlers.David Lehman2008-12-081-2/+3
* Make sure fstype exists before we try to test it (#473498).Chris Lumens2008-12-021-0/+2
* Fix 2 issues in pyparted found by pycheckerHans de Goede2008-10-291-6/+7
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-1/+1
* Fix ext4 detection on existing partitions (#467047)Radek Vykydal2008-10-231-0/+4
* Support installs to SD via MMC (#461884)Jeremy Katz2008-09-291-1/+2
* Fix test for allowing the installation source to be on the root fs (#462769).Chris Lumens2008-09-191-16/+8
* Add an extra newline to the empty partition table message.Chris Lumens2008-09-161-1/+1
* Fixup DiskSet._askForLabelPermission()Mark McLoughlin2008-09-161-27/+9
* Use print() as a function.Peter Jones2008-09-081-2/+2