summaryrefslogtreecommitdiffstats
path: root/autopart.py
Commit message (Expand)AuthorAgeFilesLines
* - Fix getMinimumSector() to actually use cylinder 1 on sun disklabels.Peter Jones2007-10-261-5/+6
* 2007-10-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-031-4/+4
* Remove disabled badblocks checking code.Chris Lumens2007-08-031-5/+1
* Don't take into consideration drives that have been removed from the disksetChris Lumens2007-08-021-2/+4
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-7/+7
* Removing items from a list you're iterating over confuses python (#235279).Chris Lumens2007-04-041-2/+12
* * autopart.py (doPartitioning): String fixes (#208394).David Cantrell2007-03-151-1/+1
* * partedUtils.py (openDevices): don't relabel disks that containdlehman2007-02-221-0/+4
* * autopart.py (doAutoPartition): Add space before %s in error dialogDavid Cantrell2007-02-131-1/+1
* Didn't mean to commit that.Chris Lumens2007-01-311-2/+0
* Don't set up the default partitions if we're on a kickstart install. autopartChris Lumens2007-01-311-0/+2
* - use a per-arch minimum starting sector for partitionsPeter Jones2007-01-091-2/+8
* Fix traceback when all space is in use (ddearauj AT us.ibm.com, #213616).Chris Lumens2006-11-061-7/+9
* Avoid a traceback when we see PReP partitions on disks that aren't being usedChris Lumens2006-11-061-1/+5
* Don't try to clear drives that are in the skippedList either.Chris Lumens2006-11-011-2/+4
* Reset protected partitions list when there are problems partitioning (#204405).Chris Lumens2006-10-031-0/+1
* Some minor partitioning cleanups suggested by pychecker.Chris Lumens2006-06-221-9/+5
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-1/+1
* 2006-06-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-101-1/+2
* Get rid of a nonsensical error message that tells you to go back to a screenChris Lumens2006-06-091-4/+2
* Simplify error handling and return values. A lot of these functions don'tChris Lumens2006-06-091-46/+21
* More along the same exception raising/handling lines.Chris Lumens2006-06-081-12/+12
* Display a better error message if there's not enough space for the requestedChris Lumens2006-06-081-13/+16
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-5/+5
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-031-28/+28
* Get ready for a surprise...David Cantrell2006-03-241-5/+6
* Use lvmLog instead of log.Chris Lumens2005-11-091-19/+19
* Whoops, that one was inverted.Chris Lumens2005-11-031-1/+1
* Use "not X" instead of "X is not None".Chris Lumens2005-11-031-4/+4
* 2005-08-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-161-2/+3
* Convert to using new logging system. Also use a separate logger for theChris Lumens2005-08-111-44/+40
* 2005-07-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-081-1/+2
* Make it so disks that are totally full of nonremovable partitions aren'tPeter Jones2005-05-241-1/+22
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-2/+2
* Also remove bogus preexisting RAID information when doing kickstart installs.Chris Lumens2005-05-061-3/+11
* 2005-05-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-051-10/+20
* Allow the resulting string to be put into a call to rhpl.log.Chris Lumens2005-05-031-7/+19
* Copy filesystem options over for preexisting partitions so they show up inChris Lumens2005-04-211-0/+8
* update copyright statements, like a good little corperate stooge ;)Peter Jones2005-03-071-1/+1
* comment out new log events that are only marginally helpfulPeter Jones2005-03-071-1/+6
* * autopart.py: fix growable size log to show IDs instead of python'sPeter Jones2005-03-071-2/+7
* Revert some more mac changes - fix parted insteadPaul Nasrat2005-02-211-1/+2
* Revert API changePaul Nasrat2005-02-201-1/+1
* Fedora PPC - autopartitioning (#121266) and G5 (#149081)Paul Nasrat2005-02-191-6/+8
* Typo fix from Aldy Hernandez.Peter Jones2005-02-181-1/+1
* Properly grow logical partitions in cases where there's more than one volumeChris Lumens2005-01-201-2/+2
* Allow logical partitions to go all the way to the end of the extendedChris Lumens2005-01-191-2/+2
* 2004-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-301-0/+3
* Fix LVM with add new in autopartitioning (#141268)Paul Nasrat2004-11-291-2/+2
* 2004-11-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-031-2/+2