diff options
Diffstat (limited to 'bootloader.py')
-rw-r--r-- | bootloader.py | 4 |
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 |