I’m running Mender 5.1.0 in a VAR-SOM_MX91 with Debian and I don’t want to reboot my product automatically, I want to wait for a user power cycle. Is there a way to do that?
Hi @Eduardo,
Thanks for reaching out! Yes, its quite easy to do so: depending on your approach, either add an ArtifactReboot_Enter state script returning 21 (see State scripts | Mender documentation), or modify the rootfs-image Update Module script as a whole to cater for your requirements. The only thing to keep in mind is the 24h-limit: if you exceed this, the deployment will be marked as failed.
Greetz,
Josef