summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* List iSCSI multipath devices in the installer UI.David L. Cantrell Jr2008-08-261-1/+1
* More descriptive drive message when warning on format.David Cantrell2008-08-191-2/+5
* Add diskset.devicesOpen boolean, so we can tell if devices should be startedPeter Jones2008-08-131-0/+3
* anaconda can no longer be None when we create a DiskSet instance.Chris Lumens2008-08-041-50/+31
* Support VDSK devices on s390x (#264061)David Cantrell2008-07-301-3/+28
* Move all the exceptions into a single file.Chris Lumens2008-06-091-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-21/+22
* Don't use size to determine if a partition is an EFI system partition; instead,Peter Jones2008-04-251-3/+4
* Don't treat tiny disks as EFI partitions, so we don't pick up our usb image.Peter Jones2008-04-101-1/+2
* Actually specify filesystem names parted uses when checking parted results.Peter Jones2008-04-081-6/+7
* No longer require Amiga partitions on PegasosDavid Woodhouse2008-04-071-2/+0
* Allow GPT disk labels on ppc/ppc64.David Cantrell2008-03-281-1/+1
* Support discovery of preexisting rootfs on LV.David Lehman2008-03-281-1/+7
* Support reading the UUID from the disk like we do with labels.Chris Lumens2008-03-181-13/+16
* Add isEfiSystemPartition(), and use it where appropriatePeter Jones2008-03-141-1/+13
* Only do gptsync if we're not using EFI.Peter Jones2008-03-041-7/+7
* Don't do gptsync if we're using EFI.Peter Jones2008-03-041-7/+7
* Use gpt on all efi platforms.Peter Jones2008-03-041-3/+3
* Fix a traceback when we have an error. Related to #433658Jeremy Katz2008-03-021-2/+2
* Use full path to device for mount in findExistingRootPartitions.David Lehman2008-02-201-2/+5
* Fix traceback on test mount in findExistingRootPartitions.David Lehman2008-02-201-1/+1
* Finish HDISO installs, at least for DVDs (#431132).Chris Lumens2008-02-121-1/+1
* Don't traceback when getLabels is called with DiskSet.anaconda set to None.David Lehman2008-02-071-3/+8
* Add ability to scan encrypted devices for fstype, labels, and root filesystems.David Lehman2008-02-051-18/+73
* Don't flush after rescanning so recently attached disks are available.Chris Lumens2008-01-181-10/+10
* Remove some unused code.Chris Lumens2008-01-041-4/+0
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-10/+18
* Make sure to unmount filesystems after looking for things to upgrade.Chris Lumens2007-12-131-2/+0
* Use isys.removableDriveDict() for exceptionDisks.Bill Nottingham2007-12-071-4/+2
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-071-20/+9
* Use libblkid instead of custom filesystem probingJeremy Katz2007-12-031-68/+5
* Add method for finding the available size that a partition can expand intoJeremy Katz2007-11-291-0/+18
* Fix circular importJeremy Katz2007-11-281-3/+3
* Fix tracebacks when printing disk errors (#403501).Chris Lumens2007-11-281-6/+7
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-2/+2
* Re-add progress bar for DASD formatting.David Cantrell2007-11-051-1/+2
* Rework the exception handling dialog to make it easier to add destinationsChris Lumens2007-10-261-0/+21
* Do not ask for partition table init when in rescue modemsivak2007-10-261-0/+6
* Clean up usage of /tmp for device nodes (patch from notting@redhat.com).Chris Lumens2007-10-241-8/+3
* A couple more pychecker error fixes. That should do it for now.Chris Lumens2007-09-191-2/+3
* - Enable booting from GPT on non-EFI systems.Peter Jones2007-07-261-5/+16