summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
Commit message (Expand)AuthorAgeFilesLines
* Don't add numbers to clearparted drives (#415861)Joel Andres Granados2008-01-171-0/+6
* List iSCSI multipath devices in the installer UI.David L. Cantrell Jr2008-01-151-1/+1
* - A terrabyte is 2**41L, not 2**31L. Also be sure to return the devicePeter Jones2007-07-121-1/+2
* Make sure we're operating on a parted Device, not a device node stringChris Lumens2007-07-121-1/+3
* - Add support for GPT partitioning (#130236)Peter Jones2007-07-061-4/+15
* * partedUtils.py (DiskSet.openDevices): Check for more than 15David Cantrell2007-06-181-3/+22
* - When we ask for a new label on a dasd device, don't check the drive state,Peter Jones2007-01-191-2/+1
* * installclasses/rhel.py: don't use lists for repopath valuesdlehman2007-01-151-1/+21
* - fix typoPeter Jones2007-01-121-1/+1
* - don't remove from diskset.disks without checking for the key firstPeter Jones2007-01-091-2/+4
* - fix typo (passed "self" to a method")Peter Jones2007-01-091-2/+2
* - split out the two questions in DiskSet._askForLabelPermission() so theyPeter Jones2007-01-091-25/+37
* (all in DiskSet.openDevices())Peter Jones2007-01-091-11/+37
* - move all the code segments that initialize a new disk label to a helperPeter Jones2007-01-091-73/+56
* - move all of the places openDevices asks if you want to initialize a diskPeter Jones2007-01-091-49/+42
* - revert 'clearpart["done"]' change, as it was crackrockPeter Jones2007-01-091-12/+21
* - use setdefault when looking up clearpart["done"], as we sometimes hit thisPeter Jones2007-01-031-0/+1
* - don't run clearpart more than once (#220021)Peter Jones2006-12-191-1/+3
* * 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
* 2006-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-111-1/+1
* 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
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-2/+1
* PSU, PSU wherefore art though...Paul Nasrat2006-07-071-3/+18
* Instead of detecting whether a device is removable or not, detect whetherChris Lumens2006-06-221-1/+1
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-161-0/+2
* 2006-06-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-091-3/+8
* Don't get stuck in an infinite loop.Chris Lumens2006-05-191-0/+1
* Let's try the right test here.Chris Lumens2006-05-191-1/+1
* Fix traceback looking for protected partitions.Chris Lumens2006-05-181-1/+3
* Change findExistingRoots to use the anaconda class, which required aChris Lumens2006-05-171-14/+21
* Get ready for a surprise...David Cantrell2006-03-241-16/+17
* Build it up, tear it down. Since we're destroying isys from the inside,David Cantrell2006-03-241-2/+2
* Ignore disks listed in ignoredisks, even if we have clearpart --all (#186438).Chris Lumens2006-03-231-1/+2
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-10/+7
* - fix partition naming for dm devicesPeter Jones2006-02-061-3/+9
* - add kickstart dmraid supportPeter Jones2006-01-311-2/+3
* 2006-01-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-261-1/+1
* * dmraid.py (dmDriveCache): add dmDriveCache class, to to managePeter Jones2005-12-111-52/+36