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
*
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
*
More descriptive drive message when warning on format.
David Cantrell
2008-08-19
1
-2
/
+5
*
Add diskset.devicesOpen boolean, so we can tell if devices should be started
Peter Jones
2008-08-13
1
-0
/
+3
*
anaconda can no longer be None when we create a DiskSet instance.
Chris Lumens
2008-08-04
1
-50
/
+31
*
Support VDSK devices on s390x (#264061)
David Cantrell
2008-07-30
1
-3
/
+28
*
Move all the exceptions into a single file.
Chris Lumens
2008-06-09
1
-1
/
+1
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-21
/
+22
*
Don't use size to determine if a partition is an EFI system partition; instead,
Peter Jones
2008-04-25
1
-3
/
+4
*
Don't treat tiny disks as EFI partitions, so we don't pick up our usb image.
Peter Jones
2008-04-10
1
-1
/
+2
*
Actually specify filesystem names parted uses when checking parted results.
Peter Jones
2008-04-08
1
-6
/
+7
*
No longer require Amiga partitions on Pegasos
David Woodhouse
2008-04-07
1
-2
/
+0
*
Allow GPT disk labels on ppc/ppc64.
David Cantrell
2008-03-28
1
-1
/
+1
*
Support discovery of preexisting rootfs on LV.
David Lehman
2008-03-28
1
-1
/
+7
*
Support reading the UUID from the disk like we do with labels.
Chris Lumens
2008-03-18
1
-13
/
+16
*
Add isEfiSystemPartition(), and use it where appropriate
Peter Jones
2008-03-14
1
-1
/
+13
*
Only do gptsync if we're not using EFI.
Peter Jones
2008-03-04
1
-7
/
+7
*
Don't do gptsync if we're using EFI.
Peter Jones
2008-03-04
1
-7
/
+7
*
Use gpt on all efi platforms.
Peter Jones
2008-03-04
1
-3
/
+3
*
Fix a traceback when we have an error. Related to #433658
Jeremy Katz
2008-03-02
1
-2
/
+2
*
Use full path to device for mount in findExistingRootPartitions.
David Lehman
2008-02-20
1
-2
/
+5
*
Fix traceback on test mount in findExistingRootPartitions.
David Lehman
2008-02-20
1
-1
/
+1
*
Finish HDISO installs, at least for DVDs (#431132).
Chris Lumens
2008-02-12
1
-1
/
+1
*
Don't traceback when getLabels is called with DiskSet.anaconda set to None.
David Lehman
2008-02-07
1
-3
/
+8
*
Add ability to scan encrypted devices for fstype, labels, and root filesystems.
David Lehman
2008-02-05
1
-18
/
+73
*
Don't flush after rescanning so recently attached disks are available.
Chris Lumens
2008-01-18
1
-10
/
+10
*
Remove some unused code.
Chris Lumens
2008-01-04
1
-4
/
+0
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-4
/
+4
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-10
/
+18
*
Make sure to unmount filesystems after looking for things to upgrade.
Chris Lumens
2007-12-13
1
-2
/
+0
*
Use isys.removableDriveDict() for exceptionDisks.
Bill Nottingham
2007-12-07
1
-4
/
+2
*
Don't try and make devices. Adjust calls as necessary.
Bill Nottingham
2007-12-07
1
-20
/
+9
*
Use libblkid instead of custom filesystem probing
Jeremy Katz
2007-12-03
1
-68
/
+5
*
Add method for finding the available size that a partition can expand into
Jeremy Katz
2007-11-29
1
-0
/
+18
*
Fix circular import
Jeremy Katz
2007-11-28
1
-3
/
+3
*
Fix tracebacks when printing disk errors (#403501).
Chris Lumens
2007-11-28
1
-6
/
+7
*
Move protected partitions into the Partitions object.
Chris Lumens
2007-11-28
1
-2
/
+2
*
Re-add progress bar for DASD formatting.
David Cantrell
2007-11-05
1
-1
/
+2
*
Rework the exception handling dialog to make it easier to add destinations
Chris Lumens
2007-10-26
1
-0
/
+21
*
Do not ask for partition table init when in rescue mode
msivak
2007-10-26
1
-0
/
+6
*
Clean up usage of /tmp for device nodes (patch from notting@redhat.com).
Chris Lumens
2007-10-24
1
-8
/
+3
[next]