1
0
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:
Sven Dowideit 2017-01-27 04:50:56 +00:00
parent b3a9893fcf
commit 26ec406a04

View File

@ -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