From f74c4317a0a689baefa4d6143e19642e2b8ae8ca Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 25 Jun 2001 14:57:41 +0000 Subject: add in support for fdisk and choosing your partition method... TUI only at the moment --- installclass.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installclass.py') 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", -- cgit