diff --git a/flash-it.sh b/flash-it.sh index 7a69ab4..f70628b 100755 --- a/flash-it.sh +++ b/flash-it.sh @@ -75,6 +75,7 @@ echo -e "\e[1mCopying kernel to boot partition...\e[0m" mkdir "$MOUNT_BOOT" sudo mount "${DEVICE_NODE}1" "$MOUNT_BOOT" # Mount boot partition sudo cp $MOUNT_DATA/boot/* $MOUNT_BOOT +sudo cp "./u-boot-bootloader/$ROOTFS_DIR/boot.scr" "$MOUNT_BOOT/boot.scr" sync # Clean up files