Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | discover/grub2: Allow (device)/path references in general script usage | Jeremy Kerr | 2019-11-29 | 1 | -0/+56 |
Currently, we have support for grub2 (device)/path syntax for boot resources. This change allows this syntax for general paths in grub2 scripts (for example, -f tests). This involves exposing grub2_lookup_device, to allow the script execution code to resolve pathnames. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> |