summaryrefslogtreecommitdiffstats
path: root/textw/partmethod_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused partmethod step.Chris Lumens2009-02-091-46/+0
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
| | | | * po/sk.po: Typo fix.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-171-7/+13
|
* uh wtf how was this supposed to work?Mike Fulbright2002-12-041-0/+2
|
* bye bye fdisk option. people who know enough to use fdisk can switch to a ttyJeremy Katz2002-11-181-8/+1
|
* 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