From 26ec406a047fecbcdabb649f782544b759ba436b Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 27 Jan 2017 04:50:56 +0000 Subject: [PATCH] Yep, all cfg file paths are relative to the syslinux dir, not their own location Signed-off-by: Sven Dowideit --- scripts/isolinux_label.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/isolinux_label.cfg b/scripts/isolinux_label.cfg index 14ceb76b..1b72af06 100644 --- a/scripts/isolinux_label.cfg +++ b/scripts/isolinux_label.cfg @@ -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