| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove call to refreshDevices. | Chris Lumens | 2007-07-18 | 1 | -4/+3 |
* | re-port split up of DiskSet.openDevices() from rhel5 | Peter Jones | 2007-07-18 | 1 | -1/+1 |
* | Move the clearpart logic out of openDevices since we don't want to do it every | Chris Lumens | 2007-03-28 | 1 | -0/+1 |
* | * anaconda (__main__): Pass reference to anaconda object to InstallData. | David Cantrell | 2006-12-13 | 1 | -4/+1 |
* | 2006-09-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-21 | 1 | -2/+0 |
* | 2006-09-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-19 | 1 | -0/+4 |
* | - make mpath + iscsi work | Peter Jones | 2006-08-01 | 1 | -13/+7 |
* | - update multipath and dmraid support, make it actually install | Peter Jones | 2006-07-26 | 1 | -6/+13 |
* | - make partitionObjectInitialization() do the right thing with dm devices | Peter Jones | 2006-07-17 | 1 | -0/+6 |
* | A couple more things pykickstart found. Some of these are even bugs. | Chris Lumens | 2006-06-22 | 1 | -12/+0 |
* | 2006-06-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-21 | 1 | -0/+10 |
* | Finish making non-UI steps pass around the anaconda object. | Chris Lumens | 2006-05-04 | 1 | -20/+16 |
* | Start to use the anaconda class instead of passing around references to | Chris Lumens | 2006-05-03 | 1 | -8/+8 |
* | 2005-09-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-09-12 | 1 | -19/+1 |
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -2/+0 |
* | 2005-04-11 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-11 | 1 | -2/+3 |
* | going back from partitioning should have us rescan the list of drives probably | Jeremy Katz | 2004-02-10 | 1 | -0/+1 |
* | in kickstart, turn on swap early if low memory (#114069) | Jeremy Katz | 2004-01-22 | 1 | -1/+1 |
* | tyop | Jeremy Katz | 2003-10-23 | 1 | -1/+1 |
* | also need to delete meta stuff for early swap on lvm (#103190) | Jeremy Katz | 2003-10-23 | 1 | -0/+1 |
* | keep track of if we've created logical volumes so that we can handle | Jeremy Katz | 2003-10-17 | 1 | -0/+1 |
* | switch to using memory sniffer which gives a more accurate measure of space a... | Mike Fulbright | 2003-06-23 | 1 | -3/+3 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -4/+0 |
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -4/+1 |
* | oops, I drilled the initlabel on drive support all the way down into the lowe... | Jeremy Katz | 2002-11-01 | 1 | -1/+1 |
* | fix for bug #66749 | Mike Fulbright | 2002-06-14 | 1 | -0/+3 |
* | clean up getting of request sizes for lvm and raid to be just the same as | Jeremy Katz | 2002-05-31 | 1 | -79/+0 |
* | start to pretend to work with lvm on top of raid, but we really don't yet | Jeremy Katz | 2002-05-30 | 1 | -3/+8 |
* | okay is NOT OK! | Mike Fulbright | 2002-05-29 | 1 | -4/+6 |
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+3 |
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our... | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
* | partitioning bits merged into their new, improved, moved locations | Jeremy Katz | 2002-04-19 | 1 | -1/+2 |
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -543/+1 |
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -649/+13 |
* | no spaces in mount point for you\! | Mike Fulbright | 2002-02-13 | 1 | -1/+3 |
* | all of the silly interface helpers get their own file now | Jeremy Katz | 2002-02-12 | 1 | -292/+3 |
* | diskset moves to partedUtils | Jeremy Katz | 2002-02-12 | 1 | -450/+5 |
* | stage2 of the partitioning.py cleanup | Jeremy Katz | 2002-02-07 | 1 | -61/+14 |
* | stage 1 of the partitioning.py cleanup effort -- | Jeremy Katz | 2002-02-06 | 1 | -255/+37 |
* | tweak requestSize function | Mike Fulbright | 2002-02-06 | 1 | -5/+5 |
* | I can't type | Jeremy Katz | 2002-02-04 | 1 | -1/+1 |
* | add lvm to the list of linux native types | Jeremy Katz | 2002-02-04 | 1 | -1/+1 |
* | lots of lvm ui fixes and sanity checking | Mike Fulbright | 2002-02-01 | 1 | -11/+108 |
* | get rid of some debug prints to make bill happy. also adds some of the raidm... | Jeremy Katz | 2002-02-01 | 1 | -11/+3 |
* | ladeda... upgrades actually might work now | Jeremy Katz | 2002-02-01 | 1 | -1/+1 |
* | dont reuse mount points, and you cant boot off LV | Mike Fulbright | 2002-02-01 | 1 | -1/+4 |
* | huge commit - adds editting/deleting/adding logical volumes and volume groups... | Mike Fulbright | 2002-02-01 | 1 | -14/+111 |
* | the msf function that was missing | Mike Fulbright | 2002-01-31 | 1 | -18/+28 |
* | msf didn't commit his version of this function... mine seems to be compatibl... | Jeremy Katz | 2002-01-31 | 1 | -0/+18 |
* | rename field so we know its units is MB | Mike Fulbright | 2002-01-28 | 1 | -11/+11 |