The first beta testers for the module have reported "unexpected behaviors", being able to brick a device in one use case.
Currently, File Install Update Module is supporting two different use cases (single file install and file tree install) that shall behave differently with regards to the rollback logic.
The official OOTB Update Modules had the goal to be generic and simple, so that they can be used as inspiration for further development by the community. For this reason, we want to split it into two different Update Modules.
Acceptance Criteria:
The update module is separated into two simpler scripts
The Generators are also separated accordingly
Mender Hub articles are separated/updated.
Consider removing bash dependency and use /bin/sh instead
The first beta testers for the module have reported "unexpected behaviors", being able to brick a device in one use case.
Currently, File Install Update Module is supporting two different use cases (single file install and file tree install) that shall behave differently with regards to the rollback logic.
The official OOTB Update Modules had the goal to be generic and simple, so that they can be used as inspiration for further development by the community. For this reason, we want to split it into two different Update Modules.
Acceptance Criteria:
The update module is separated into two simpler scripts
The Generators are also separated accordingly
Mender Hub articles are separated/updated.
Consider removing bash dependency and use /bin/sh instead