summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2019-11-11 17:10:30 +0800
committerJeremy Kerr <jk@ozlabs.org>2019-11-29 13:54:10 +0800
commit9fc2ac627df17ddc8e7c2735053aeb9e1252ff6e (patch)
tree4db4b90abc303519b2fa702509c697bba0bf8dae /test/parser/Makefile.am
parent51f71178cd82a1cb7fae1a4e6bf40290e41b7d0e (diff)
downloadtalos-petitboot-9fc2ac627df17ddc8e7c2735053aeb9e1252ff6e.tar.gz
talos-petitboot-9fc2ac627df17ddc8e7c2735053aeb9e1252ff6e.zip
discover/grub2: add support for grub2-style path specifiers in resources
This change incorporates the grub2-style (device)/path specifiers in the grub2 parser's resource code. This allows the boot option paths to use device-specific references. Device names are looked-up using the UUID and kernel IDs, but with the lookup logic specific to a new function (grub2_lookup_device), so that can be extended in a future change. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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 f5985d6..0378317 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -32,6 +32,7 @@ parser_TESTS = \
test/parser/test-grub2-search-args \
test/parser/test-grub2-search-uuid \
test/parser/test-grub2-search-label \
+ test/parser/test-grub2-devpath \
test/parser/test-grub2-load-env \
test/parser/test-grub2-save-env \
test/parser/test-grub2-save-env-dash-f \
OpenPOWER on IntegriCloud