From 1d625c76ae06caf6494965e653a7bb88c262937e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 6 Jul 2001 02:31:39 +0000 Subject: set drives to the drives we said we want to use for linux... --- autopart.py | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit