Hi,
Mender updates the kernel images as part of the rootfs in block update. Hence, the location of the kernel images are in /boot
of the file system.
Now, there is a provision for updating the kernel image even if it is in another partition using update module.
Hence, I would like to know the recommended way of changing the partition from /boot
to another one in U-boot env. Should I use MENDER_UBOOT_POST_SETUP_COMMANDS
to define this? any other way to change the partition from the deafult?