From 44e10d816427c001d60eb5e7b3e75b740e5a2823 Mon Sep 17 00:00:00 2001 From: Ben Stoltz Date: Wed, 15 Jan 2014 15:10:25 -0800 Subject: discover/grub: Use --id values for default option detection Fix Petitboot's grub.cfg parser to handle --id=label argument to menuentry, and use it (in preference to the option name) when looking for a default option. Signed-off-by: Jeremy Kerr --- test/parser/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test/parser/Makefile.am') diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 4c3cc69..47fd458 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -32,6 +32,7 @@ TESTS = \ test-grub2-default-index \ test-grub2-default-multiword \ test-grub2-multiple-resolve \ + test-grub2-multiple-id \ test-grub2-single-line-if \ test-grub2-load-env \ test-grub2-save-env \ -- cgit v1.2.1