Hi, I am quite new to mender, but I managed to create a Debian GOLD image and use mender-convert via docker on it.
I noticed that data partition in the fstab is declared like so :
/dev/sda4 /data auto defaults,x-systemd.growfs 0 0
I didn’t found how to make the last 0 to be a 2 to make the system pass the fsck.
I found this topic : Boot partition not checked but it seems that it was a correction for a tool that help create a gold image (?, sorry I am not sure where this PR changed something).
I can tweak the root_a and root_b fstab files in the .img file that mender-convert have generated, but doing the same for the .mender is way more difficult (even if I know it’s possible).
Is there a reason why the data partition is not fsck checked, or is there a way to make it so ?
Thanks for any help.