diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-06-25 14:57:41 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-06-25 14:57:41 +0000 |
commit | f74c4317a0a689baefa4d6143e19642e2b8ae8ca (patch) | |
tree | 56e32c3ca14af2a7dfa777c12b392d8a740f2da0 /installclass.py | |
parent | 21891c59ef2d1cdd84caac91881ab0c361859360 (diff) | |
download | anaconda-f74c4317a0a689baefa4d6143e19642e2b8ae8ca.tar.gz anaconda-f74c4317a0a689baefa4d6143e19642e2b8ae8ca.tar.xz anaconda-f74c4317a0a689baefa4d6143e19642e2b8ae8ca.zip |
add in support for fdisk and choosing your partition method... TUI only
at the moment
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index 5df8b1acd..239b51135 100644 --- a/installclass.py +++ b/installclass.py @@ -96,8 +96,10 @@ class BaseInstallClass: "mouse", "welcome", "installtype", + "partitionmethod", "autopartition", "autopartitionexecute", + "fdisk", "partition", "partitiondone", "bootloader", |