> diff --git a/iw/autopart_type.py b/iw/autopart_type.py > index f192d6a..c0158f8 100644 > --- a/iw/autopart_type.py > +++ b/iw/autopart_type.py > @@ -449,6 +449,7 @@ class PartitionTypeWindow(InstallWindow): > preselected = CLEARPART_TYPE_LINUX > else: > preselected = self.storage.clearPartType > + self.combo.set_sensitive(False) > > for (txt, val) in opts: > iter = store.append(None) I'm not following. What's the problem you're solving here? Also, have you tested with interactive kickstart installs too? Those usually screw up the clearpart processing. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list