summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-07-16 15:55:32 +0000
committerChris Lumens <clumens@redhat.com>2007-07-16 15:55:32 +0000
commit9b8385653a1ae8ca9a4fbfaf43abb408158c197d (patch)
treecf5cfe1664401d64ee0d35ac126ebbfa2a5a8d6b /upgrade.py
parent52aa724e83cfca78d33741a055a435a925ff5506 (diff)
downloadanaconda-9b8385653a1ae8ca9a4fbfaf43abb408158c197d.tar.gz
anaconda-9b8385653a1ae8ca9a4fbfaf43abb408158c197d.tar.xz
anaconda-9b8385653a1ae8ca9a4fbfaf43abb408158c197d.zip
Add the --only-use option to specify which disks should be used. This is the
opposite operation from ignoredisk --drives (#198526).
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py1
1 files changed, 1 insertions, 0 deletions
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