summaryrefslogtreecommitdiffstats
path: root/pyanaconda/install.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2012-04-18 12:52:12 -0500
committerDavid Lehman <dlehman@redhat.com>2012-04-19 13:42:25 -0500
commit7a3e48c00de52d1508c0a183f2ad304e5872ccb5 (patch)
tree8dd6fe39b44e89a3992be38bc50ce55388200f13 /pyanaconda/install.py
parent518ba566e2d0d20cfdb61d34c0c01155eceefad3 (diff)
downloadanaconda-7a3e48c00de52d1508c0a183f2ad304e5872ccb5.tar.gz
anaconda-7a3e48c00de52d1508c0a183f2ad304e5872ccb5.tar.xz
anaconda-7a3e48c00de52d1508c0a183f2ad304e5872ccb5.zip
Enable package installation.
This is only tested with a sane http repo.
Diffstat (limited to 'pyanaconda/install.py')
-rw-r--r--pyanaconda/install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyanaconda/install.py b/pyanaconda/install.py
index ab64300af..6951c5136 100644
--- a/pyanaconda/install.py
+++ b/pyanaconda/install.py
@@ -41,6 +41,7 @@ def doInstall(storage, payload, ksdata, instClass):
steps = len(storage.devicetree.findActions(type="create", object="format")) + \
len(storage.devicetree.findActions(type="resize", object="format")) + \
len(storage.devicetree.findActions(type="migrate", object="format"))
+ steps += 2 # package install setup, package install
progress.send_init(steps)
# Do partitioning.