summaryrefslogtreecommitdiffstats
path: root/textw/partmethod_text.py
Commit message (Collapse)AuthorAgeFilesLines
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* use the translationsMatt Wilson2001-08-011-1/+1
|
* rename 'Autopartitioning' 'Autopartition'Matt Wilson2001-07-251-3/+4
|
* oopsMike Fulbright2001-07-061-1/+1
|
* integrated changes suggested by docsMike Fulbright2001-07-061-12/+3
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-7/+7
| | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works
* refer to disk druidMike Fulbright2001-06-261-2/+2
|
* move partition method and fdisk to separate source filesMike Fulbright2001-06-251-0/+51