diff --git a/features.in/uboot/image-scripts.d/00-uboot-prepare b/features.in/uboot/image-scripts.d/00-uboot-prepare index 22dae555..814c5037 100755 --- a/features.in/uboot/image-scripts.d/00-uboot-prepare +++ b/features.in/uboot/image-scripts.d/00-uboot-prepare @@ -14,9 +14,9 @@ default linux timeout $GLOBAL_UBOOT_TIMEOUT label linux - kernel /boot/vmlinuz - initrd /boot/initrd.img - fdtdir /boot/dtb + kernel ../vmlinuz + initrd ../initrd.img + fdtdir ../dtb append root=LABEL=ROOT ro $GLOBAL_BASE_BOOTARGS $GLOBAL_UBOOT_BOOTARGS $TTY EOF