Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | get autostepping working again | Mike Fulbright | 2002-06-17 | 1 | -0/+5 | |
| | ||||||
* | dont make /boot an option for logical volumes | Mike Fulbright | 2002-06-17 | 1 | -1/+1 | |
| | ||||||
* | make it so you get another chance if autopartitioning fails | Mike Fulbright | 2002-06-17 | 1 | -2/+8 | |
| | ||||||
* | handle bad blocks properly, fixes alot of bugs reported in 7.3 when someone ↵ | Mike Fulbright | 2002-06-17 | 1 | -6/+36 | |
| | | | | ran the bad blocks test and got a traceback. They really had bad blocks and our parser wasnt up to the task. | |||||
* | make things work with new pygtk2 | Jeremy Katz | 2002-06-17 | 11 | -56/+33 | |
| | ||||||
* | 1) replace zvt in fdisk screen with vte (fdisk_gui.py, upd-instroot) | Matt Wilson | 2002-06-17 | 3 | -37/+40 | |
| | | | | | | 2) avoid going into a infinite loop when looking for partitions in the tree model -- this was happening because the partition in question was a parent node, and was being skipped. | |||||
* | add dmidecode, fix for bug #66223 | Mike Fulbright | 2002-06-17 | 1 | -1/+2 | |
| | ||||||
* | nuke warning | Matt Wilson | 2002-06-14 | 1 | -1/+1 | |
| | ||||||
* | fix for bug #66749 | Mike Fulbright | 2002-06-14 | 1 | -0/+3 | |
| | ||||||
* | better | Mike Fulbright | 2002-06-14 | 1 | -11/+2 | |
| | ||||||
* | hp@redhat.com made me do this | Mike Fulbright | 2002-06-14 | 1 | -1/+4 | |
| | ||||||
* | I'm not a tool! | Mike Fulbright | 2002-06-14 | 1 | -0/+11 | |
| | ||||||
* | hp@redhat made me do this | Mike Fulbright | 2002-06-14 | 1 | -3/+16 | |
| | ||||||
* | update docs | Mike Fulbright | 2002-06-13 | 1 | -2/+2 | |
| | ||||||
* | fix for bug #66494 | Mike Fulbright | 2002-06-13 | 1 | -18/+32 | |
| | ||||||
* | restore setting display size with vesa driver | Mike Fulbright | 2002-06-13 | 1 | -1/+1 | |
| | ||||||
* | fix horiz/vert mismatch | Bill Nottingham | 2002-06-12 | 1 | -2/+2 | |
| | ||||||
* | we can have large swaps now | Jeremy Katz | 2002-06-12 | 1 | -1/+1 | |
| | ||||||
* | typo, bug #66648 | Mike Fulbright | 2002-06-12 | 1 | -1/+1 | |
| | ||||||
* | we have -1anaconda-7.3.91-1 | Jeremy Katz | 2002-06-12 | 1 | -1/+1 | |
| | ||||||
* | don't set SYSFONTACM for utf8 locales | Jeremy Katz | 2002-06-12 | 1 | -1/+2 | |
| | ||||||
* | size could be zero I guess... | Jeremy Katz | 2002-06-12 | 1 | -1/+1 | |
| | ||||||
* | default to all of free space in VG | Mike Fulbright | 2002-06-12 | 1 | -1/+1 | |
| | ||||||
* | preexisting raid works now | Jeremy Katz | 2002-06-12 | 2 | -58/+87 | |
| | ||||||
* | compare on uniqueID instead of device when figuring out raid devs in ↵ | Jeremy Katz | 2002-06-12 | 1 | -1/+1 | |
| | | | | getAvailRaidPartitions | |||||
* | start/stop raid around doing meta deletes... otherwise, removing lvm stuff ↵ | Jeremy Katz | 2002-06-12 | 2 | -3/+5 | |
| | | | | can fail | |||||
* | add delete confirmation for logical volumes | Mike Fulbright | 2002-06-12 | 1 | -7/+3 | |
| | ||||||
* | mark string for translation and fix bug #66574 | Mike Fulbright | 2002-06-12 | 1 | -2/+13 | |
| | ||||||
* | pychecker is my friendanaconda-s390-tag4 | Jeremy Katz | 2002-06-12 | 4 | -6/+6 | |
| | ||||||
* | tighten up packing | Mike Fulbright | 2002-06-12 | 1 | -15/+17 | |
| | ||||||
* | preexisting lvm handling | Jeremy Katz | 2002-06-12 | 1 | -70/+97 | |
| | ||||||
* | clean up display of logical volumes, handle preexisting logical volumes ↵ | Jeremy Katz | 2002-06-12 | 1 | -3/+20 | |
| | | | | being deleted and format setup | |||||
* | improve preexisting scanning... don't stop raid until after lvm scan. also, ↵ | Jeremy Katz | 2002-06-12 | 1 | -2/+8 | |
| | | | | pesize needs to be an int, not a string | |||||
* | these were broken | Jeremy Katz | 2002-06-12 | 1 | -2/+3 | |
| | ||||||
* | set up preexisting devices for raid, vgs, and lvs | Jeremy Katz | 2002-06-12 | 1 | -3/+7 | |
| | ||||||
* | setup devices properly for preexisting lvm and raid | Jeremy Katz | 2002-06-12 | 1 | -7/+11 | |
| | ||||||
* | tweak message about doing actions on LVs from treeview | Mike Fulbright | 2002-06-12 | 1 | -1/+3 | |
| | ||||||
* | strengthen warning when you are deleteing a volume group | Mike Fulbright | 2002-06-12 | 1 | -1/+4 | |
| | ||||||
* | fix for bootdisk issues | Mike Fulbright | 2002-06-12 | 2 | -3/+6 | |
| | ||||||
* | use field in network object to set if dhcp hostname is being overridden ↵ | Mike Fulbright | 2002-06-12 | 1 | -2/+6 | |
| | | | | manually or not | |||||
* | add field so we know explicitly if dhcp hostname is being overridden ↵ | Mike Fulbright | 2002-06-12 | 1 | -0/+5 | |
| | | | | manually or not | |||||
* | removing unused code | Mike Fulbright | 2002-06-12 | 1 | -29/+0 | |
| | ||||||
* | add constant for max LV slots | Mike Fulbright | 2002-06-12 | 1 | -0/+2 | |
| | ||||||
* | see if any LV slots available | Mike Fulbright | 2002-06-12 | 1 | -0/+9 | |
| | ||||||
* | try to make informed guesses about how much overhead there is on a ↵ | Jeremy Katz | 2002-06-12 | 1 | -2/+25 | |
| | | | | per-physical volume basis. my eyes, my eyes. | |||||
* | lots of tweaks to LVM - added suggested names for LV and VG, added helper ↵ | Mike Fulbright | 2002-06-12 | 1 | -19/+43 | |
| | | | | function to get free/used/total space in VG | |||||
* | set default request size to 100MB | Mike Fulbright | 2002-06-12 | 1 | -1/+1 | |
| | ||||||
* | some tweaks to error messages | Mike Fulbright | 2002-06-12 | 2 | -5/+6 | |
| | ||||||
* | utility functions to suggest names for VG, LV | Mike Fulbright | 2002-06-12 | 1 | -0/+40 | |
| | ||||||
* | added file with things you cant do with LVM | Mike Fulbright | 2002-06-12 | 1 | -0/+13 | |
| |