From 9b8385653a1ae8ca9a4fbfaf43abb408158c197d Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 16 Jul 2007 15:55:32 +0000 Subject: Add the --only-use option to specify which disks should be used. This is the opposite operation from ignoredisk --drives (#198526). --- upgrade.py | 1 + 1 file changed, 1 insertion(+) (limited to 'upgrade.py') diff --git a/upgrade.py b/upgrade.py index 5fa0467c9..7f37cd49b 100644 --- a/upgrade.py +++ b/upgrade.py @@ -106,6 +106,7 @@ def findExistingRoots(anaconda, upgradeany = 0): # this is a hack... need to clear the skipped disk list after this partedUtils.DiskSet.skippedDisks = [] + partedUtils.DiskSet.exclusiveDisks = [] return rootparts -- cgit