Displaying 1 result from an estimated 1 matches for "someentry".
Did you mean:
romentry
2016 Jun 13
0
When is PATH directive used?
...l DOS floppies containing Dell firmware flash updaters and haven't
yet had to deal with how manufacturers might distribute firmware updates
for EFI systems.
Which brings up another point: it may be useful to have a directive to
restrict a menu entry to certain architectures, e.g.,
LABEL someentry
MENU LABEL Some EFI-only entry
MENU ARCH efi32 efi64
KERNEL path/to/efi-only/kernel
and a menu will be skipped (not displayed) if it doesn't match the
architecture.
Easy to stand on the sidelines and suggest new features... a round of
gratitude to the developers who think about th...