Displaying 1 result from an estimated 1 matches for "archstub".
Did you mean:
archstat
2016 Jun 10
1
When is PATH directive used?
...or EFI. I want a single config entry
to load the correct memdisk depending on current running architecture.
If I specify the relative path to the binary, then my config is specific
to an architecture. If there were some kind of support to set a custom
variable, then I could at least do this:
archstub.cfg:
SET MYARCH=bios
INCLUDE rest.cfg
rest.cfg:
...
LINUX syslinux/$MYARCH/memdisk
At any rate, my impression at this point is that "common directory
distinct config" is not workable, when it seemed initially like an
attractive way to have most of the config (all but an...