summaryrefslogtreecommitdiffstats
path: root/autopart.py
Commit message (Expand)AuthorAgeFilesLines
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* a fix to address bug #80972 - swap could grow up to 2TB limit!Mike Fulbright2003-01-141-0/+18
* grammarMike Fulbright2003-01-071-1/+1
* a few pychecker fixesJeremy Katz2003-01-031-2/+3
* -ENOFDISKBill Nottingham2002-12-041-4/+1
* more parted 1.6.x changes - this should probably be moved to partedUtils.fsTy...Matt Wilson2002-11-221-2/+5
* fix freespace partitioning (#78196)Matt Wilson2002-11-201-2/+2
* port to parted 1.6.xafter-parted-1-6-changesMatt Wilson2002-11-011-37/+36
* make /boot/efi not being a vfat partition an error instead of a warning (ia64)Jeremy Katz2002-11-011-0/+2
* some non-controversial bits of sparc. also pulls in updated loader/stubs.cJeremy Katz2002-09-101-9/+10
* merge alpha changes from 7.2-alphaJeremy Katz2002-09-101-1/+42
* fixes for ks lvm growMike Fulbright2002-08-221-6/+30
* dohMike Fulbright2002-08-191-1/+1
* added code to handle growing lvm partitions. Only intended for use via ks at ...Mike Fulbright2002-08-191-2/+120
* add some logging, remove leftover debuggingMike Fulbright2002-08-141-2/+2
* fix icon in some dialogsMike Fulbright2002-07-121-5/+8
* fix icon in warningMike Fulbright2002-07-121-1/+1
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-30/+26
* check to make sure that the size of our volume group hasn't changed such that...Jeremy Katz2002-06-281-5/+26
* missed a string for xlationMike Fulbright2002-06-281-1/+1
* make it so you get another chance if autopartitioning failsMike Fulbright2002-06-171-2/+8
* move autopart.doClearDependentDevices to Partitions().deleteDependentRequests...Jeremy Katz2002-06-111-33/+1
* set lv size in autopart loop if we have a percentage specifiedJeremy Katz2002-06-091-2/+11
* bump /boot suggestion to 100MMike Fulbright2002-06-071-1/+1
* clearpart needs to go through and delete raid or lvm devices sitting on top o...Jeremy Katz2002-06-071-1/+36
* clean up getting of request sizes for lvm and raid to be just the same asJeremy Katz2002-05-311-16/+24
* give raid and lvm via kickstart a chance of actually workingJeremy Katz2002-05-291-1/+1
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-7/+19
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-7/+45
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-2/+6
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-24/+26
* lots of lvm ui fixes and sanity checkingMike Fulbright2002-02-011-2/+3
* rename field so we know its units is MBMike Fulbright2002-01-281-3/+3
* we can actually create logical volumes nowJeremy Katz2002-01-251-0/+5
* skeleton LVM code so that msf can start working on the real gui. doesn'tJeremy Katz2002-01-241-1/+6
* if autopartitioning fails, we must unskip the partitioning screen to avoid a ...Jeremy Katz2002-01-211-1/+4
* kickstart harddrive wont work w/o this, since protected partitions dont get s...Mike Fulbright2001-10-251-0/+2
* merge from 7-2-branchanaconda-gtk-2-0-baseJeremy Katz2001-09-181-0/+1
* merge changes from 7-2-branchJeremy Katz2001-09-181-5/+21
* avoid integer overflow (#53258)Jeremy Katz2001-09-051-1/+1
* attempt to converge quickly leaves free space sometimesMike Fulbright2001-08-291-5/+5
* fix for leaving a free cylinder at end of drive when imposing a fs max size o...Mike Fulbright2001-08-271-7/+19
* be consistent on failures between matt partitioning and dr mike partitioningJeremy Katz2001-08-241-1/+2
* if the flag isn't available, remove the partition from the disk so we don't t...Jeremy Katz2001-08-241-0/+2
* fix typobfox2001-08-221-1/+1
* going back and doing autopartitioning on a hard drive install more than once ...Jeremy Katz2001-08-151-1/+2
* fix using by-cylinder partitioning for bootable requestsJeremy Katz2001-08-151-1/+3
* bootable requests need to be fit at roughly the same priority as primary only...Jeremy Katz2001-08-131-1/+1