Replace the explicit image name with a variable
The date of the raspbian buster images were wrong, as the downloaded image had a
date in june, and the convert script, had a date of march, thus the command did
not work out of the box.
This fix moves the script to use a variable for the images, to mitigate these
issues for the future.
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
Make the sections in the Readme more explicitly separate
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
Remove passive aggressive docker comment in Readme
Unecessary
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
Fill the first paragraphs to 80 columns, to unify the style
Some parts of the Readme wrapped at 80, and other did not.
Unify.
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
Make all shell sections in the readme use bash formatting
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
Mender is an open source over-the-air (OTA) software updater for embedded Linux devices. Mender comprises a client running at the embedded device, as well as a server that manages deployments across many devices.
Mender is an open source over-the-air (OTA) software updater for embedded Linux
devices. Mender comprises a client running at the embedded device, as well as a
server that manages deployments across many devices.
This repository contains mender-convert, which is used to convert pre-built disk images (Debian, Ubuntu, Raspbian, etc) to a Mender compatible image by restructuring partition table and injecting the necessary files.
This repository contains mender-convert, which is used to convert pre-built disk
images (Debian, Ubuntu, Raspbian, etc) to a Mender compatible image by
restructuring partition table and injecting the necessary files.
For a full list of tested devices and images please visit [Mender Hub](https://hub.mender.io/c/board-integrations/debian-family). If your device and image combination is not listed as supported, this does not necessarily mean that it will not work, it probably just means that no one has tested and reported it back and usually only small tweaks are necessary to get this running on your device.
For a full list of tested devices and images please visit [Mender
Hub](https://hub.mender.io/c/board-integrations/debian-family). If your device
and image combination is not listed as supported, this does not necessarily mean
that it will not work, it probably just means that no one has tested and
reported it back and usually only small tweaks are necessary to get this running