mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[bootloader] make paths for executable optional and adjustable
This commit is contained in:
parent
25533c4dce
commit
18bd455ae1
2 changed files with 6 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
# Copyright 2014, Daniel Hillenbrand <codeworkx@bbqlinux.org>
|
||||
# Copyright 2014, Benjamin Vaudour <benjamin.vaudour@yahoo.fr>
|
||||
# Copyright 2014, Kevin Kofler <kevin.kofler@chello.at>
|
||||
# Copyright 2015-2017, Philip Mueller <philm@manjaro.org>
|
||||
# Copyright 2015-2018, Philip Mueller <philm@manjaro.org>
|
||||
# Copyright 2016-2017, Teo Mrnjavac <teo@kde.org>
|
||||
# Copyright 2017, Alf Gaida <agaida@siduction.org>
|
||||
# Copyright 2017-2018, Adriaan de Groot <groot@kde.org>
|
||||
|
@ -351,7 +351,7 @@ def install_secureboot(efi_directory):
|
|||
raise ValueError("No partition number found for %s" % install_efi_directory)
|
||||
|
||||
subprocess.call([
|
||||
"/usr/sbin/efibootmgr",
|
||||
libcalamares.job.configuration["efiBootMgr"],
|
||||
"-c",
|
||||
"-w",
|
||||
"-L", efi_bootloader_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue