summaryrefslogtreecommitdiffstats
path: root/test/parser/test-grub2-source-recursion.c
Commit message (Collapse)AuthorAgeFilesLines
* discover/grub2: implement 'source' commandJeremy Kerr2019-11-291-0/+58
This change add support for the grub2 'source' command, executing a referenced script in the current parse context. We impose a limit of 10 (concurrent) source commands, to prevent infinite recursion. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
OpenPOWER on IntegriCloud