Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | we can't stop raid until after we've looked for lvm root parts | Jeremy Katz | 2002-06-21 | 1 | -2/+3 |
| | |||||
* | pychecker is my friendanaconda-s390-tag4 | Jeremy Katz | 2002-06-12 | 1 | -2/+2 |
| | |||||
* | only try to unmount if we find a fs type | Jeremy Katz | 2002-06-10 | 1 | -6/+12 |
| | |||||
* | rescue mode/upgrades don't actually work with lvm, yet, but this is the ↵ | Jeremy Katz | 2002-06-09 | 1 | -2/+28 |
| | | | | start. fsset.py's readFstab() still needs work | ||||
* | add sniffFilesystemType function | Jeremy Katz | 2002-06-07 | 1 | -1/+59 |
| | |||||
* | need to import this | Jeremy Katz | 2002-05-29 | 1 | -0/+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 | -1/+1 |
| | | | | our own translate.py | ||||
* | new function, get all partitions on the disk | Jeremy Katz | 2002-05-06 | 1 | -0/+5 |
| | |||||
* | partitioning bits merged into their new, improved, moved locations | Jeremy Katz | 2002-04-19 | 1 | -8/+3 |
| | |||||
* | merge from branch | Jeremy Katz | 2002-02-26 | 1 | -1/+2 |
| | |||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -0/+10 |
| | | | | methods of request classes or the Partitions class | ||||
* | fix for #59756, anaconda doesn't tell kernel to reread partition tables when ↵ | Matt Wilson | 2002-02-13 | 1 | -0/+3 |
| | | | | doing anything but autopartitioning in GUI mode. This patch requires parted 1.4.24 | ||||
* | diskset moves to partedUtils | Jeremy Katz | 2002-02-12 | 1 | -1/+474 |
| | |||||
* | stage 1 of the partitioning.py cleanup effort -- | Jeremy Katz | 2002-02-06 | 1 | -0/+272 |
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 |