https://www.gnu.org/software/grub/manual/grub/html_node/Block-list-syntax.html#Block-list-syntax
On Wed, Jul 12, 2023 at 5:36 PM Adam Vodopjan <[email protected]> wrote: > > In corecmd.c I see such code: > > 81 if (argv[0][0] == '/' || argv[0][0] == '(' || argv[0][0] == '+') > 82 mod = grub_dl_load_file (argv[0]); > 83 else > 84 mod = grub_dl_load (argv[0]); > > > What are those pathes started with '+' ?? > > >
