diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-18 16:14:21 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-18 16:14:21 +0000 |
commit | e4ded71c8a0d7b77893e7a68a1178cbd106cd280 (patch) | |
tree | 6e641a7c52348866c3e039aaff4113fc88dc7aaf /installclass.py | |
parent | ecbf41b007a8e95394e67d56051b0fcaf9af572c (diff) | |
download | anaconda-e4ded71c8a0d7b77893e7a68a1178cbd106cd280.tar.gz anaconda-e4ded71c8a0d7b77893e7a68a1178cbd106cd280.tar.xz anaconda-e4ded71c8a0d7b77893e7a68a1178cbd106cd280.zip |
if we do manual partitioning, force format dialog as well
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index 47eb99db6..2ec75a9fc 100644 --- a/installclass.py +++ b/installclass.py @@ -77,6 +77,7 @@ class InstallClass: def removeFromSkipList(self, type): if type == "partition": self.skipPartitioning = 0 + self.removeFromSkipList("format") else: if self.skipSteps.has_key(type): del self.skipSteps[type] |