mirror of
https://github.com/rancher/os.git
synced 2025-07-31 06:32:09 +00:00
Yep, all cfg file paths are relative to the syslinux dir, not their own location
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
b3a9893fcf
commit
26ec406a04
@ -3,7 +3,7 @@
|
||||
DEFAULT rancheros-${LABEL}
|
||||
LABEL rancheros-${LABEL}
|
||||
SAY rancheros-${LABEL}: RancherOS ${VERSION} ${KERNEL_VERSION}
|
||||
KERNEL /boot/vmlinuz-${KERNEL_VERSION}
|
||||
INITRD /boot/initrd-${VERSION}
|
||||
KERNEL ../vmlinuz-${KERNEL_VERSION}
|
||||
INITRD ../initrd-${VERSION}
|
||||
# see global.cfg for kernel boot parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user