summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
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: