diff options
Diffstat (limited to 'payloads/external/GRUB2/Kconfig')
-rw-r--r-- | payloads/external/GRUB2/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig index c9f07d537c..656f7c9e23 100644 --- a/payloads/external/GRUB2/Kconfig +++ b/payloads/external/GRUB2/Kconfig @@ -9,8 +9,24 @@ config GRUB2_MASTER help Newest GRUB2 version +config GRUB2_REVISION + bool "git revision" + help + Select this option if you have a specific commit or branch + that you want to use as the revision from which to + build GRUB2. + + You will be able to specify the name of a branch or a commit id + later. endchoice +config GRUB2_REVISION_ID + string "Insert a commit's SHA-1 or a branch name" + depends on GRUB2_REVISION + default "origin/master" + help + The commit's SHA-1 or branch name of the revision to use. + config GRUB2_EXTRA_MODULES string "Extra modules to include in GRUB image" help |