There's no good reason to leave everything active, and we certainly don't want everything to be active once the partitioning screen comes up. --- storage/devicetree.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/storage/devicetree.py b/storage/devicetree.py index 7288ad1..d21883d 100644 --- a/storage/devicetree.py +++ b/storage/devicetree.py @@ -1266,6 +1266,8 @@ class DeviceTree(object): for dev in devices: self.addUdevDevice(dev) + self.teardownAll() + def teardownAll(self): """ Run teardown methods on all devices. """ for device in self.leaves: -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list