diff options
author | pnfisher <pnfisher> | 1999-09-20 21:18:01 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-09-20 21:18:01 +0000 |
commit | 752975c9ad4fbfcefcea3a261a0082d53a8b1317 (patch) | |
tree | 4f1e152e9513d4d0c05668207e18053b51d5e2e6 /iw/installpath.py | |
parent | d1ed7786579ebd1a0b1e6dc590e68576c0f5f7b6 (diff) | |
download | anaconda-752975c9ad4fbfcefcea3a261a0082d53a8b1317.tar.gz anaconda-752975c9ad4fbfcefcea3a261a0082d53a8b1317.tar.xz anaconda-752975c9ad4fbfcefcea3a261a0082d53a8b1317.zip |
Make fdisk go.
Diffstat (limited to 'iw/installpath.py')
-rw-r--r-- | iw/installpath.py | 1 |
1 files changed, 1 insertions, 0 deletions
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" ), |