summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-25 14:57:41 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-25 14:57:41 +0000
commitf74c4317a0a689baefa4d6143e19642e2b8ae8ca (patch)
tree56e32c3ca14af2a7dfa777c12b392d8a740f2da0 /installclass.py
parent21891c59ef2d1cdd84caac91881ab0c361859360 (diff)
downloadanaconda-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.py2
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",