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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix build errors in the new net.c code.
Chris Lumens
2009-02-13
1
-7
/
+7
*
New version.
anaconda-11.5.0.18-1
Chris Lumens
2009-02-13
1
-1
/
+11
*
Add the missing files.. again..
Martin Sivak
2009-02-13
2
-0
/
+150
*
Require pyparted >= 2.0.0
David Cantrell
2009-02-12
2
-2
/
+4
*
Check for 'is None' not '== None'.
David Cantrell
2009-02-12
1
-1
/
+1
*
Fix PartitionSpec.getActualSize()
David Cantrell
2009-02-12
1
-4
/
+4
*
request.drive is a string, not a list in this instance.
David Cantrell
2009-02-12
1
-4
/
+1
*
Fix typo in fsset.py
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
2
-7
/
+7
*
Fix handling of device type vs. string in FileSystemSet.setActive.
Chris Lumens
2009-02-12
1
-10
/
+8
*
getPartitionByPath expects the device to start with /dev/.
Chris Lumens
2009-02-12
5
-11
/
+11
*
Fix typo: = -> ==
David Cantrell
2009-02-12
1
-1
/
+1
*
Remove unused printNewRequestsCyl() function.
David Cantrell
2009-02-12
1
-23
/
+0
*
Use parted.Disk.getPartitionByPath()
David Cantrell
2009-02-12
7
-83
/
+127
*
Skip METADATA, FREESPACE, and PROTECTED partitions.
David Cantrell
2009-02-12
1
-4
/
+4
*
Pass a parted.FileSystem to parted.Partition.__init__()
David Cantrell
2009-02-12
1
-1
/
+2
*
Iterate over partitions to see free space.
David Cantrell
2009-02-12
3
-14
/
+22
*
Handle errors probing filesystems on RAID and LVM partitions.
Chris Lumens
2009-02-12
1
-6
/
+12
*
Syntax fixes for the new pyparted for parted.FileSystem.
David Cantrell
2009-02-12
1
-2
/
+2
*
Iterate over partitions using disk.partitions
David Cantrell
2009-02-12
6
-33
/
+21
*
Read CHS values from Device.biosGeometry property
David Cantrell
2009-02-12
3
-9
/
+9
*
Update autopart.py to work with new pyparted syntax.
David Cantrell
2009-02-12
1
-65
/
+83
*
Use device property on Disk and Geometry objects.
David Cantrell
2009-02-12
9
-94
/
+96
*
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
8
-97
/
+63
*
parted.file_system_type_get() -> parted.fileSystemType[]
David Cantrell
2009-02-12
1
-14
/
+14
*
Syntax fixes for the new pyparted.
David Cantrell
2009-02-12
3
-4
/
+5
*
sector_size -> sectorSize
Chris Lumens
2009-02-12
3
-20
/
+20
*
There is no more parted.error, so just use Exception.
Chris Lumens
2009-02-12
2
-5
/
+5
*
Make sure the pyparted package ends up in the updates path.
Chris Lumens
2009-02-12
1
-1
/
+1
*
Don't provide a special partedExceptionWindow anymore.
Chris Lumens
2009-02-12
3
-80
/
+0
*
Don't use the native_type flag anymore.
Chris Lumens
2009-02-12
5
-26
/
+22
*
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
2
-114
/
+107
*
Removed partedUtils.get_partition_by_name()
David Cantrell
2009-02-12
8
-39
/
+14
*
Remove partedUtils.getMaxAvailPartSizeMB()
David Cantrell
2009-02-12
3
-20
/
+2
*
Removed partedUtils.getPartSize()
David Cantrell
2009-02-12
2
-6
/
+2
*
Removed partedUtils.get_lvm_partitions()
David Cantrell
2009-02-12
2
-8
/
+1
*
Removed partedUtils.getRaidPartitions()
David Cantrell
2009-02-12
3
-8
/
+2
*
Removed partedUtils.get_primary_partitions()
David Cantrell
2009-02-12
2
-7
/
+2
*
Remove partedUtils.get_logical_partitions()
David Cantrell
2009-02-12
3
-10
/
+4
*
Removed partedUtils.get_partition_name()
David Cantrell
2009-02-12
9
-56
/
+35
*
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
2
-28
/
+2
*
Removed sector<->cylinder conversion functions.
David Cantrell
2009-02-12
6
-38
/
+14
*
Removed partedUtils.getPartSizeMB()
David Cantrell
2009-02-12
5
-18
/
+12
*
Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.
David Cantrell
2009-02-12
6
-10
/
+5
*
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
4
-15
/
+7
[prev]
[next]