From 752975c9ad4fbfcefcea3a261a0082d53a8b1317 Mon Sep 17 00:00:00 2001 From: pnfisher Date: Mon, 20 Sep 1999 21:18:01 +0000 Subject: Make fdisk go. --- iw/installpath.py | 1 + 1 file changed, 1 insertion(+) (limited to 'iw/installpath.py') diff --git a/iw/installpath.py b/iw/installpath.py index bbbb7a569..530c36a5e 100644 --- a/iw/installpath.py +++ b/iw/installpath.py @@ -41,6 +41,7 @@ class InstallPathWindow (InstallWindow): (CUSTOM, _("Custom"), "custom.png")) installSteps = [ ( AutoPartitionWindow, "partition" ), + FDiskWindow, ( PartitionWindow, "partition" ), ( FormatWindow, "format" ), ( LiloWindow, "lilo" ), -- cgit