Fixed
Details
Assignee
Lluis CamposLluis CamposReporter
Kristian AmlieKristian AmlieStory Points
2Priority
(None)Days in progress
4Fix versions
Sprint
NoneBacklog
yes
Details
Details
Assignee
Lluis Campos
Lluis CamposReporter
Kristian Amlie
Kristian AmlieStory Points
2
Priority
Days in progress
4
Fix versions
Sprint
None
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created December 14, 2020 at 7:23 AM
Updated June 25, 2024 at 12:02 PM
Resolved May 6, 2021 at 3:14 PM
From onboarding by :
why is that file present?
it is a clean image, so why the warning?
The
/etc/mender/artifact_info
file is there because mender-convert installs it as part of installing Mender, which is correct. However, we should consider removing this file specifically for our RPi image, because unlike when a user invokes mender-convert, our image is distributed to a wide audience, and we cannot predict what should be in/etc/mender/artifact_info
. It is better to let this file be populated by one of our two typical methods:Running onboarding and thereby installing Mender from scratch with a Debian package.
Running
mender setup
.After discussing on Backlog grooming meeting, we came up with the following acceptance criteria for fixing the bug:
Don't install mender client in our downloadable Raspberry Pi images.
Other images produced by mender-convert should still install it by default.
Adjust all documentation so that it's clear that the downloadable image requires installing the client first (primarily Downloads page I think, but should double check).
This ensures that the warning is not produced while installing the package during the onboarding, and it ensures that a broken client is not present in the downloadable image.