summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-06 02:31:39 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-06 02:31:39 +0000
commit1d625c76ae06caf6494965e653a7bb88c262937e (patch)
treecc926a9adeb8b9f8e42ae07688bf74f03a2be08f /autopart.py
parentfeef5f6240796c9f62c8b2a48b10e4cc60288bd5 (diff)
downloadanaconda-1d625c76ae06caf6494965e653a7bb88c262937e.tar.gz
anaconda-1d625c76ae06caf6494965e653a7bb88c262937e.tar.xz
anaconda-1d625c76ae06caf6494965e653a7bb88c262937e.zip
set drives to the drives we said we want to use for linux...
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/autopart.py b/autopart.py
index 2981ade0b..7de52d244 100644
--- a/autopart.py
+++ b/autopart.py
@@ -751,7 +751,11 @@ def doAutoPartition(dir, diskset, partitions, intf):
doClearPartAction(partitions, diskset)
+ # XXX clearpartdrives is overloaded as drives we want to use for linux
+ drives = partitions.autoClearPartDrives
+
for request in partitions.autoPartitionRequests:
+ request.drive = drives
partitions.addRequest(request)
try: