summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index 6fac4217f..7388b9e47 100644
--- a/installclass.py
+++ b/installclass.py
@@ -431,7 +431,7 @@ class BaseInstallClass(object):
doClear = 1, useLVM = True):
autorequests = [ ("/", None, 1024, None, 1, 1, 1) ]
- bootreq = getAutopartitionBoot()
+ bootreq = getAutopartitionBoot(partitions)
if bootreq:
autorequests.extend(bootreq)