1
0
mirror of https://github.com/rancher/os.git synced 2025-08-09 18:48:05 +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} DEFAULT rancheros-${LABEL}
LABEL rancheros-${LABEL} LABEL rancheros-${LABEL}
SAY rancheros-${LABEL}: RancherOS ${VERSION} ${KERNEL_VERSION} SAY rancheros-${LABEL}: RancherOS ${VERSION} ${KERNEL_VERSION}
KERNEL /boot/vmlinuz-${KERNEL_VERSION} KERNEL ../vmlinuz-${KERNEL_VERSION}
INITRD /boot/initrd-${VERSION} INITRD ../initrd-${VERSION}
# see global.cfg for kernel boot parameters # see global.cfg for kernel boot parameters