Displaying 1 result from an estimated 1 matches for "slightly_modified_1".
2013 Feb 12
2
suggestions for global APPEND consistency
...d prompt ("prompt 1"),
from [vesa]menu, and when pressing TAB when a label is selected from
[vesa]menu.
One such practical case could be the improvement of following cfg
file:
***
UI menu.c32
PROMP 0
LABEL 1
LINUX mykernel
INITRD myinitramfs
APPEND Very long list of options
LABEL slightly_modified_1
LINUX mykernel
INITRD myinitramfs
APPEND Very long list of options lang=xyz
# And there are MANY more labels using a slightly modified resulting
command.
***
where the APPEND commands in LABEL 1 are repeated again and again in
each additional label entry. This repeated "Very long list of...