summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added method for setting size of LVMike Fulbright2002-06-111-0/+10
|
* some utility LVM funcsMike Fulbright2002-06-111-0/+16
|
* ok better handling of sanity checkingMike Fulbright2002-06-111-18/+21
|
* lots of LVM sanity checkingMike Fulbright2002-06-113-81/+252
|
* make preexisting format warning handle everything other than partitions properlyJeremy Katz2002-06-111-5/+16
|
* why oh why did we make raid level not numeric?Jeremy Katz2002-06-111-0/+2
|
* the lvm tools must die... even more forcing of no backupsJeremy Katz2002-06-111-3/+3
|
* if we edit the device, we don't want to end up with None as the label (#66371)Jeremy Katz2002-06-111-3/+10
|
* prepare for zSeries with japanese/german translationsKarsten Hopp2002-06-111-1/+1
|
* fix display of preexisting logvol, add some reclamping to existing logical ↵Mike Fulbright2002-06-112-1/+87
| | | | volumes if we make PE bigger
* make the fsset Device persistent for the request so that we don't screw ↵Jeremy Katz2002-06-111-12/+34
| | | | things up for lvm on raid
* add string representation of a fsset entry because I'm tired of figuring out ↵Jeremy Katz2002-06-111-0/+13
| | | | what they are by hand
* now we properly remove lvs when you delete the lvs when you remove a vgJeremy Katz2002-06-111-3/+5
|
* move autopart.doClearDependentDevices to ↵Jeremy Katz2002-06-112-33/+46
| | | | Partitions().deleteDependentRequests() and fix a few cases that weren't quite handled right
* don't autobackup vg information... that wastes lots of valuable initrd spaceJeremy Katz2002-06-111-2/+2
|
* I should have waited until I was done testing... fix the argumentJeremy Katz2002-06-111-1/+1
|
* use -v to vgcreate, not pvcreateJeremy Katz2002-06-111-4/+4
|
* fix option orderingJeremy Katz2002-06-111-1/+2
|
* don't enforce that 0<percent<=100 unless they specify a percent on the lvsizeJeremy Katz2002-06-111-1/+1
|
* use the right object namesJeremy Katz2002-06-111-2/+2
|
* need to do bootloadersetup if not doing a bootloader --upgrade (#65735)Jeremy Katz2002-06-111-0/+5
|
* pass pesize down and actually use it in vg creationJeremy Katz2002-06-102-5/+14
|
* oopsMike Fulbright2002-06-101-1/+1
|
* loads of changes to LVM code to handle physical extents, sanity checks, etcMike Fulbright2002-06-102-32/+187
|
* helper functions for getting extents possible values and clamping LV sizes ↵Mike Fulbright2002-06-101-0/+28
| | | | to a PE value
* this might work betterJeremy Katz2002-06-101-1/+1
|
* only try to unmount if we find a fs typeJeremy Katz2002-06-101-6/+12
|
* oopsJeremy Katz2002-06-101-1/+2
|
* kickstart directive can control firstboot nowJeremy Katz2002-06-101-0/+20
|
* add a step which takes care of ensuring that any needed things for firstboot ↵Jeremy Katz2002-06-105-3/+23
| | | | get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do
* add wonderland so we get the default Red Hat Linux theme in anaconda alsoJeremy Katz2002-06-101-2/+3
|
* change slightly so tui and gui frontends can share concept of custom ↵Mike Fulbright2002-06-102-3/+7
| | | | buttons, related to bug #66353
* fix for tui messageWindow not understanding custom option, bug #66353Mike Fulbright2002-06-101-1/+12
|
* a little more towards working lvm rescue mode. also, use ↵Jeremy Katz2002-06-101-1/+4
| | | | --dangerous-no-resync when creating raid arrays per arjan's suggestion (#66435)
* remove ugly hack now that we don't have a file conflictJeremy Katz2002-06-101-4/+0
|
* add expat for pygtk2Jeremy Katz2002-06-101-1/+2
|
* attempt to fixup cvs pango dependencies on xft and fontconfigJeremy Katz2002-06-101-1/+4
|
* more librpm404 changesJeremy Katz2002-06-101-2/+2
|
* tweakage to link against librpm-4.0.4Jeremy Katz2002-06-101-7/+4
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-1016-16/+16
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* make sure people specify a valid percentageJeremy Katz2002-06-091-0/+2
|
* set lv size in autopart loop if we have a percentage specifiedJeremy Katz2002-06-091-2/+11
|
* better handling of percentages for lv.getActualSize() and in printing out the lvJeremy Katz2002-06-091-2/+11
|
* you can specify lv percentage in kickstartJeremy Katz2002-06-091-2/+7
|
* add percent as a parameter for lvs so that we can specify an lv size as a ↵Jeremy Katz2002-06-091-1/+6
| | | | percentage of the vg size
* rescue mode/upgrades don't actually work with lvm, yet, but this is the ↵Jeremy Katz2002-06-092-2/+35
| | | | start. fsset.py's readFstab() still needs work
* oopsMike Fulbright2002-06-071-0/+3
|
* more hahaMike Fulbright2002-06-071-0/+0
|
* hahaMike Fulbright2002-06-071-0/+0
|
* commented out seemingly useless code for nowMike Fulbright2002-06-071-2/+6
|