diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-07-06 02:31:39 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-07-06 02:31:39 +0000 |
commit | 1d625c76ae06caf6494965e653a7bb88c262937e (patch) | |
tree | cc926a9adeb8b9f8e42ae07688bf74f03a2be08f /autopart.py | |
parent | feef5f6240796c9f62c8b2a48b10e4cc60288bd5 (diff) | |
download | anaconda-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.py | 4 |
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: |