summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* log tracebacks from DiskSet._labelDevice()Peter Jones2007-07-231-0/+5
* Support the ISOs being on a partition that is set to be upgraded (#244002).Chris Lumens2007-07-191-18/+21
* re-port split up of DiskSet.openDevices() from rhel5Peter Jones2007-07-181-140/+159
* - don't generate the error message on SCSI with >15 partitions at two places.Peter Jones2007-07-171-18/+9
* Add the --only-use option to specify which disks should be used. This is theChris Lumens2007-07-161-1/+2
* Don't read filesystem labels from drives in the cleared list to avoid reservingChris Lumens2007-07-131-2/+13
* 2007-07-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-061-1/+1
* * partedUtils.py (DiskSet.openDevices): Do not try to display dialogDavid Cantrell2007-06-251-2/+13
* The secret to comedy is repetition.David Cantrell2007-05-221-8/+25
* - only activate/deactivate lvm in label scanning if there's nothing activePeter Jones2007-05-041-3/+6
* Exit installer if Reboot is chosen.David Cantrell2007-04-191-1/+1
* * partedUtils.py (DiskSet.openDevices): Add /dev/ to the device nodeDavid Cantrell2007-04-191-2/+2
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-2/+9
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-8/+12
* * partedUtils.py (DiskSet.openDevices): Check for more than 15David Cantrell2007-04-171-3/+16
* Remove unused code.Chris Lumens2007-04-101-33/+0
* Move the clearpart logic out of openDevices since we don't want to do it everyChris Lumens2007-03-281-21/+47
* Allow upgrades from Fedora Core to Fedora.Chris Lumens2007-03-221-1/+2
* 2007-02-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-261-3/+3
* * partedUtils.py (openDevices): don't relabel disks that containdlehman2007-02-221-1/+21
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-2/+2
* * partedUtils.py: self.anaconda.intf -> intfDavid Cantrell2006-12-151-1/+1
* * fsset.py: This file is fsset.py, not fstab.py.David Cantrell2006-12-151-42/+58
* * partedUtils.py (DiskSet.openDevices): Don't always dasdfmt on zSeries,David Cantrell2006-12-131-10/+11
* * partedUtils.py (DiskSet): Pass self.anaconda.intf to checkDiskLabel.David Cantrell2006-12-131-1/+1
* * anaconda (__main__): Pass reference to anaconda object to InstallData.David Cantrell2006-12-131-50/+65
* Scan for labels on logical volumes during upgrades (#217191).Chris Lumens2006-12-011-0/+13
* 2006-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-221-3/+0
* 2006-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-211-2/+2
* - remove special casing of s390 in most device-mapper codepathsPeter Jones2006-08-171-13/+7
* 2006-08-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-101-0/+7
* - make mpath + iscsi workPeter Jones2006-08-011-5/+5
* - fix accidental skippedList additionsPeter Jones2006-08-011-1/+2
* - update multipath and dmraid support, make it actually installPeter Jones2006-07-261-52/+44
* 2006-07-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-201-3/+3
* - add start and stop routines for mpathPeter Jones2006-07-171-19/+70