from my boot manager (grub4dos) I currently have working:
kernel /KERNEL boot=LABEL=flash disk=LABEL=storage quiet
is there a way to tell the kernel to use a specific filename for SYSTEM? or even if I move SYSTEM to a subdirectory of the root directory?
I know I saw a parameter to specify it either here or the OE forum at one time but don't recall what it was. Tried the forum search function as well.
kernel /KERNEL <???> boot=LABEL=flash disk=LABEL=storage quiet
my goal is to have in my root directory files renamed something like:
KERNEL7.0.2
SYSTEM7.0.2
KERNEL8.2.2
SYSTEM8.2.2
then use different menu entries to boot different versions. or perhaps use the LE live parameter as part of a multiboot USB but have the files in an subdirectory of the root for tidyness.
thanks,