summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-27 05:42:56 +0000
committerMatt Wilson <msw@redhat.com>2001-06-27 05:42:56 +0000
commitfc15931a2c397bdd7c4168187601f6fdfc06c335 (patch)
treeca2c2b7f072ad514075f00c18e0a89c6408cb7d8 /bootloader.py
parentc160284ab50cd4e4311e8a8396f8c086f6022603 (diff)
downloadanaconda-fc15931a2c397bdd7c4168187601f6fdfc06c335.tar.gz
anaconda-fc15931a2c397bdd7c4168187601f6fdfc06c335.tar.xz
anaconda-fc15931a2c397bdd7c4168187601f6fdfc06c335.zip
move upgrade mounting code into generic function, split bootloader init away from what ever the heck is going on with getting the partition requests set up
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader.py b/bootloader.py
index 5309a5b3b..5fdd078c5 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -398,7 +398,8 @@ def partitioningComplete(dispatch, bl, fsset, diskSet, partitions):
continue
entry = request.toEntry()
fsset.add (entry)
-
+
+def bootloaderSetupChoices(dispatch, bl, fsset, diskSet):
choices = fsset.bootloaderChoices(diskSet)
if not choices:
dispatch.skipStep("instbootloader")
@@ -409,7 +410,6 @@ def partitioningComplete(dispatch, bl, fsset, diskSet, partitions):
if bl.setDefaultDevice and choices:
bl.setDevice(choices[0][0])
-
def writeBootloader(intf, instRoot, fsset, bl, langs, comps):
justConfigFile = not flags.setupFilesystems