summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javierm@redhat.com>2018-04-17 19:09:00 +0200
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-04-18 11:10:48 +1000
commitc41ffccdaf16b0820904c5dd2e5d7612bfbefc65 (patch)
treef87703a1a1544c43b5030b98792297be5e986baf /test/parser/Makefile.am
parentf78714f16515783d79e636040cedccb3eb6611a3 (diff)
downloadtalos-petitboot-c41ffccdaf16b0820904c5dd2e5d7612bfbefc65.tar.gz
talos-petitboot-c41ffccdaf16b0820904c5dd2e5d7612bfbefc65.zip
discover/grub: Allow to set a default index for BLS entries
When the BLS support was added, the conclusion was that default indexes didn't apply for BLS snippets. But for GRUB 2 the indexes refers to the boot menu entries in memory, regardless of how these were generated. Since in GRUB 2 is valid to set a default index even for menu entries generated from BLS fragments, allow this to also be done in Petitboot. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index 3479d88..6ff3972 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -41,6 +41,7 @@ parser_TESTS = \
test/parser/test-grub2-test-file-ops \
test/parser/test-grub2-single-yocto \
test/parser/test-grub2-blscfg-default-filename \
+ test/parser/test-grub2-blscfg-default-index \
test/parser/test-grub2-blscfg-default-title \
test/parser/test-grub2-blscfg-multiple-bls \
test/parser/test-grub2-blscfg-opts-config \
OpenPOWER on IntegriCloud