summaryrefslogtreecommitdiffstats
path: root/partitions.py
Commit message (Expand)AuthorAgeFilesLines
* 2005-07-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-261-3/+1
* 2005-07-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-081-13/+3
* commit the other part I hadn't savedJeremy Katz2005-06-071-2/+2
* 2005-06-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-071-1/+4
* 2004-12-08 Jeremy Katz <katzj@redhat.com>anaconda-10.1.1.9-1Jeremy Katz2004-12-091-3/+3
* 2004-12-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-091-1/+1
* 2004-12-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-031-4/+22
* 2004-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-011-0/+2
* 2004-11-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-041-3/+3
* 2004-11-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-031-1/+1
* 2004-10-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-171-0/+2
* 2004-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-0/+2
* fix getting the raid chunk size to actually workJeremy Katz2004-07-131-1/+1
* fix size reporting (#127535)Jeremy Katz2004-07-121-1/+1
* don't crash on an unsupported raid level (#125492, others)Jeremy Katz2004-06-151-1/+6
* quote fstype if needed (#119243)Jeremy Katz2004-06-091-1/+4
* bump down min sizes to avoid problems with cylinders causing rounding oddnessJeremy Katz2004-05-111-2/+2
* fix traceback (#115564)Jeremy Katz2004-02-181-1/+1
* remove auto-swap formatting hack from the 7.2 days. this used to beJeremy Katz2004-01-061-16/+4
* and use the lvm.py stuff to find preexisting partitions for installs tooJeremy Katz2003-12-121-64/+19
* merge fixJeremy Katz2003-12-051-1/+1
* avoid trying to remove a raid minor more than onceJeremy Katz2003-11-061-1/+1
* read the chunk size of preexisting raid devices and reuse it (#101518)Jeremy Katz2003-10-161-1/+7
* pull up fix for #105788 from taroon-branchJeremy Katz2003-10-141-0/+19
* if we're doing a hard drive install from a removable drive (like usb-storage),Jeremy Katz2003-09-291-1/+4
* don't try to remove existing log vols or vol groups more than once (#104993)Jeremy Katz2003-09-251-2/+6
* merge from taroonJeremy Katz2003-09-201-1/+7
* merge from taroon branch to headJeremy Katz2003-07-311-0/+3
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-5/+6
* address some overflow situations with terabyte size filesystems (bug #91931)Mike Fulbright2003-06-301-3/+3
* mergeJeremy Katz2003-06-241-3/+8
* removed reference to unusde corrected keyword for memInstalled() function.Mike Fulbright2003-06-231-1/+1
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-33/+78
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-0/+6
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-4/+2
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+16
* size of preexisting volume groups was off by 1024 (#84481)Jeremy Katz2003-02-201-1/+1
* cciss, etc show up as cciss_c0d0p2 (et al) in /proc/lvm/VGs/vgname/PVs/.Jeremy Katz2003-02-121-0/+3
* we need to move the lvs to the new vg id if it changes due to kickstartJeremy Katz2003-02-111-5/+8
* add (undocumented) preexisting lvm/raid support to kickstart. useJeremy Katz2003-02-111-2/+2
* a few pychecker fixesJeremy Katz2003-01-031-1/+1
* add support for reading the size of preexisting VGs directly (#79920)Jeremy Katz2003-01-031-1/+10
* port to parted 1.6.xafter-parted-1-6-changesMatt Wilson2002-11-011-2/+2
* oopsMike Fulbright2002-08-191-2/+2
* writeout anaconda-ks.cfg lines for growable lvmMike Fulbright2002-08-191-6/+17
* fix anaconda-ks.cfg with physical volumes on raidMike Fulbright2002-08-141-0/+3
* write out lvm information to anaconda-ks.cfg (#69230)Jeremy Katz2002-08-021-1/+67
* Start of RAID clone toolMike Fulbright2002-06-271-0/+29
* added method to return parent request of a raid member or a physical volumeMike Fulbright2002-06-191-10/+24
* compare on uniqueID instead of device when figuring out raid devs in getAvail...Jeremy Katz2002-06-121-1/+1