summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-10 06:40:18 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-10 06:40:18 +0000
commit58000433bade032050f8162186c6f17ac16b1d81 (patch)
tree4f41257d673b14eca2e6579df97186988937e1dc /packages.py
parent59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179 (diff)
downloadanaconda-58000433bade032050f8162186c6f17ac16b1d81.tar.gz
anaconda-58000433bade032050f8162186c6f17ac16b1d81.tar.xz
anaconda-58000433bade032050f8162186c6f17ac16b1d81.zip
set active partition
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.py b/packages.py
index 70191fe5b..02eefa75f 100644
--- a/packages.py
+++ b/packages.py
@@ -301,6 +301,7 @@ def turnOnFilesystems(dir, thefsset, diskset, upgrade, instPath):
if flags.setupFilesystems:
if not upgrade.get():
+ thefsset.setActive(diskset)
diskset.savePartitions ()
thefsset.formatSwap(instPath)
thefsset.turnOnSwap(instPath)