index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
partedUtils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make kickstart work against the new partitioning code.
Chris Lumens
2009-03-04
1
-5
/
+1
*
protectedPartitions is a list, not a function.
Chris Lumens
2009-03-04
1
-2
/
+2
*
Get rid of partedUtils.getDefaultDiskType, since the platform knows that.
Chris Lumens
2009-02-27
1
-29
/
+3
*
Lots of minor fixes and cleanups. A non-exhaustive list follows.
David Lehman
2009-02-27
1
-1
/
+0
*
Remove obsolete imports.
David Lehman
2009-02-23
1
-3
/
+0
*
Remove getReleaseString from partedUtils.
David Lehman
2009-02-23
1
-44
/
+0
*
Fix the obvious typo.
Chris Lumens
2009-02-19
1
-1
/
+1
*
Take into account that a parted.Partition's _fileSystem can be None (#485644).
Chris Lumens
2009-02-19
1
-3
/
+6
*
Encode our upgrade policy in productMatches/versionMatches and enforce it.
Chris Lumens
2009-02-16
1
-54
/
+21
*
Check for 'is None' not '== None'.
David Cantrell
2009-02-12
1
-1
/
+1
*
disk.type is already a string, so we don't have to check the name attr.
Chris Lumens
2009-02-12
1
-5
/
+5
*
Handle errors probing filesystems on RAID and LVM partitions.
Chris Lumens
2009-02-12
1
-6
/
+12
*
Iterate over partitions using disk.partitions
David Cantrell
2009-02-12
1
-4
/
+4
*
Use correct attribute on FileSystem objects.
David Cantrell
2009-02-12
1
-9
/
+9
*
Syntax changes for the new pyparted.
David Cantrell
2009-02-12
1
-10
/
+5
*
Syntax fixes for the new pyparted.
David Cantrell
2009-02-12
1
-0
/
+1
*
sector_size -> sectorSize
Chris Lumens
2009-02-12
1
-1
/
+1
*
There is no more parted.error, so just use Exception.
Chris Lumens
2009-02-12
1
-3
/
+3
*
Don't use the native_type flag anymore.
Chris Lumens
2009-02-12
1
-16
/
+12
*
Syntax fixes for disk_new_fresh() and probe_specific.
David Cantrell
2009-02-12
1
-4
/
+4
*
Syntax fixes for pyparted-2.0.0
David Cantrell
2009-02-12
1
-106
/
+99
*
Removed partedUtils.get_partition_by_name()
David Cantrell
2009-02-12
1
-21
/
+0
*
Remove partedUtils.getMaxAvailPartSizeMB()
David Cantrell
2009-02-12
1
-18
/
+0
*
Removed partedUtils.getPartSize()
David Cantrell
2009-02-12
1
-4
/
+0
*
Removed partedUtils.get_lvm_partitions()
David Cantrell
2009-02-12
1
-7
/
+0
*
Removed partedUtils.getRaidPartitions()
David Cantrell
2009-02-12
1
-6
/
+0
*
Removed partedUtils.get_primary_partitions()
David Cantrell
2009-02-12
1
-5
/
+0
*
Remove partedUtils.get_logical_partitions()
David Cantrell
2009-02-12
1
-6
/
+0
*
Removed partedUtils.get_partition_name()
David Cantrell
2009-02-12
1
-27
/
+6
*
Remove archLabels and partitionTypesDict that have been moved into pyparted.
Chris Lumens
2009-02-12
1
-83
/
+3
*
Remove partedUtils.get_max_logical_partitions()
David Cantrell
2009-02-12
1
-26
/
+0
*
Removed sector<->cylinder conversion functions.
David Cantrell
2009-02-12
1
-18
/
+0
*
Removed partedUtils.getPartSizeMB()
David Cantrell
2009-02-12
1
-6
/
+1
*
Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.
David Cantrell
2009-02-12
1
-5
/
+0
*
Removed partedUtils.get_flags(), functionality now in pyparted.
David Cantrell
2009-02-12
1
-18
/
+1
*
Return device path with '/dev/' in partedUtils.get_partition_drive()
David Cantrell
2009-02-12
1
-1
/
+1
*
Remove partedUtils.sniffFilesystemType()
David Cantrell
2009-02-12
1
-7
/
+0
*
Remove unused code in partedUtils.py
David Cantrell
2009-02-12
1
-18
/
+1
*
Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov).
Chris Lumens
2009-01-07
1
-4
/
+7
*
Use stacks instead of tracebacks in traceback handlers.
David Lehman
2008-12-08
1
-2
/
+3
*
Make sure fstype exists before we try to test it (#473498).
Chris Lumens
2008-12-02
1
-0
/
+2
*
Fix 2 issues in pyparted found by pychecker
Hans de Goede
2008-10-29
1
-6
/
+7
*
Fix various syntax errors caught by PyChecker
Hans de Goede
2008-10-29
1
-1
/
+1
*
Fix ext4 detection on existing partitions (#467047)
Radek Vykydal
2008-10-23
1
-0
/
+4
*
Support installs to SD via MMC (#461884)
Jeremy Katz
2008-09-29
1
-1
/
+2
*
Fix test for allowing the installation source to be on the root fs (#462769).
Chris Lumens
2008-09-19
1
-16
/
+8
*
Add an extra newline to the empty partition table message.
Chris Lumens
2008-09-16
1
-1
/
+1
*
Fixup DiskSet._askForLabelPermission()
Mark McLoughlin
2008-09-16
1
-27
/
+9
*
Use print() as a function.
Peter Jones
2008-09-08
1
-2
/
+2
*
List iSCSI multipath devices in the installer UI.
David L. Cantrell Jr
2008-08-26
1
-1
/
+1
[next]