Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | if our waitpids fail for some bizarre reason, don't completely hose us. but ↵ | Jeremy Katz | 2002-07-11 | 1 | -2/+12 |
| | | | | log it in case it causes later problems | ||||
* | tweak labeling somewhat; don't label raid since it's kind of non-sensical ↵ | Jeremy Katz | 2002-07-01 | 1 | -5/+4 |
| | | | | and with raid1, we get duplicate labels (#67754) | ||||
* | getDevice needs to take an asBoot param to avoid tracebacks on upgrades. bleah. | Jeremy Katz | 2002-06-26 | 1 | -3/+3 |
| | |||||
* | htrees have some ... issues | Jeremy Katz | 2002-06-25 | 1 | -1/+1 |
| | |||||
* | enable htree on ext3 filesystems (#67162) | Jeremy Katz | 2002-06-21 | 1 | -5/+6 |
| | |||||
* | we create all the devices in /dev now, take advantage of it and get lvm ↵ | Jeremy Katz | 2002-06-21 | 1 | -2/+15 |
| | | | | working for free | ||||
* | rootOnLoop is already dead | Jeremy Katz | 2002-06-20 | 1 | -3/+1 |
| | |||||
* | make self.supported -1 on these hidden options so that we don't show them ↵ | Jeremy Katz | 2002-06-20 | 1 | -2/+2 |
| | | | | unless they're also mountable (aka modules are available) | ||||
* | 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. | ||||
* | we can have large swaps now | Jeremy Katz | 2002-06-12 | 1 | -1/+1 |
| | |||||
* | setup devices properly for preexisting lvm and raid | Jeremy Katz | 2002-06-12 | 1 | -7/+11 |
| | |||||
* | add string representation of a fsset entry because I'm tired of figuring out ↵ | Jeremy Katz | 2002-06-11 | 1 | -0/+13 |
| | | | | what they are by hand | ||||
* | don't autobackup vg information... that wastes lots of valuable initrd space | Jeremy Katz | 2002-06-11 | 1 | -2/+2 |
| | |||||
* | I should have waited until I was done testing... fix the argument | Jeremy Katz | 2002-06-11 | 1 | -1/+1 |
| | |||||
* | use -v to vgcreate, not pvcreate | Jeremy Katz | 2002-06-11 | 1 | -4/+4 |
| | |||||
* | fix option ordering | Jeremy Katz | 2002-06-11 | 1 | -1/+2 |
| | |||||
* | pass pesize down and actually use it in vg creation | Jeremy Katz | 2002-06-10 | 1 | -4/+13 |
| | |||||
* | a little more towards working lvm rescue mode. also, use ↵ | Jeremy Katz | 2002-06-10 | 1 | -1/+4 |
| | | | | --dangerous-no-resync when creating raid arrays per arjan's suggestion (#66435) | ||||
* | use convenience functions | Jeremy Katz | 2002-06-07 | 1 | -15/+3 |
| | |||||
* | start reading in preexisting volume group information and logical volumes | Jeremy Katz | 2002-06-06 | 1 | -11/+24 |
| | |||||
* | trying to read a label on swap is kind of silly. also, if we fail to read ↵ | Jeremy Katz | 2002-06-03 | 1 | -2/+5 |
| | | | | the label, we should just fail gracefully anyway | ||||
* | lvm on top of raid now works via kickstart | Jeremy Katz | 2002-05-31 | 1 | -4/+2 |
| | |||||
* | rootOnLoop cases should be dead | Jeremy Katz | 2002-05-30 | 1 | -32/+0 |
| | |||||
* | at least when we hit this in the future, we'll get more info if it crashes ↵ | Jeremy Katz | 2002-05-30 | 1 | -1/+1 |
| | | | | like #65456 | ||||
* | this was here twice but only the bottom one was right | Jeremy Katz | 2002-05-29 | 1 | -11/+0 |
| | |||||
* | need to make device nodes | Jeremy Katz | 2002-05-29 | 1 | -3/+3 |
| | |||||
* | add /usr/local and /opt to default mountpoints we offer | Mike Fulbright | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+2 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | our own translate.py | ||||
* | add method to get mountpoint from fsentry | Mike Fulbright | 2002-05-07 | 1 | -0/+3 |
| | |||||
* | display which devices were actually dirty (#57166) | Jeremy Katz | 2002-05-07 | 1 | -3/+4 |
| | |||||
* | make the bootloader choices thing actually use the bootloader device order | Jeremy Katz | 2002-05-07 | 1 | -8/+13 |
| | | | | | | so that we can do things like avoid saying the mbr is on a removable device. abstract out part of the fsset.bootloaderChoices logic so that it can be used without the bootloader object as needed | ||||
* | fix a merge error | Jeremy Katz | 2002-04-22 | 1 | -2/+3 |
| | |||||
* | partitioning bits merged into their new, improved, moved locations | Jeremy Katz | 2002-04-19 | 1 | -6/+43 |
| | |||||
* | readonly mounting works all the way through the fsset now | Jeremy Katz | 2002-03-05 | 1 | -3/+4 |
| | |||||
* | merge better fstab handling and badblocks overflow fix | Jeremy Katz | 2002-03-05 | 1 | -7/+12 |
| | |||||
* | handle labels even on the not formatting case (#52544) | Jeremy Katz | 2002-03-01 | 1 | -0/+13 |
| | |||||
* | add a progress bar for the badblocks check (#31064) | Jeremy Katz | 2002-03-01 | 1 | -10/+67 |
| | |||||
* | merge from branch | Jeremy Katz | 2002-02-26 | 1 | -1/+2 |
| | |||||
* | merge from branch | Jeremy Katz | 2002-02-26 | 1 | -3/+4 |
| | |||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -4/+4 |
| | | | | methods of request classes or the Partitions class | ||||
* | add jfs support | Jeremy Katz | 2002-02-12 | 1 | -0/+40 |
| | |||||
* | diskset moves to partedUtils | Jeremy Katz | 2002-02-12 | 1 | -2/+2 |
| | |||||
* | stage 1 of the partitioning.py cleanup effort -- | Jeremy Katz | 2002-02-06 | 1 | -4/+5 |
| | | | | | | | | | | | | | | 1) move the following functions from partitioning.py -> partedUtils.py get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector, end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB, get_partition_by_name, get_partition_name, get_partition_file_system_type, set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname, filter_partitions, get_logical_partitions, get_primary_partitions, get_raid_partitions, get_lvm_partitions, 2) move PartitioningError and PartitioningWarning classes from partitioning.py -> partErrors.py Change everything that depends on these functions to use the new location | ||||
* | if minor is None, that's the same as unspecified | Jeremy Katz | 2002-02-01 | 1 | -1/+1 |
| | |||||
* | various needed lvm fixups | Jeremy Katz | 2002-02-01 | 1 | -5/+17 |
| | |||||
* | this should work better as getDevice for lvm | Jeremy Katz | 2002-02-01 | 1 | -1/+1 |
| | |||||
* | remove device creation here | Jeremy Katz | 2002-02-01 | 1 | -9/+0 |
| | |||||
* | mount ext3 as ext3 | Jeremy Katz | 2002-01-30 | 1 | -16/+0 |
| | |||||
* | really make root on lvm work | Jeremy Katz | 2002-01-30 | 1 | -6/+17 |
| |