modules/disk.sh: support Technologic Systems /dev/tssdcard paths#845
Open
dottaviano-ipa wants to merge 1 commit into
Open
Conversation
0256a47 to
4f56606
Compare
Technologic Systems boards may expose SD card devices as /dev/tssdcard[a-z]. Add parsing support for both whole-device paths such as /dev/tssdcarda and partition paths such as /dev/tssdcarda2. Signed-off-by: dottaviano-ipa <dottaviano@thinkipa.com>
4f56606 to
8b84f56
Compare
Author
|
Do I need to add more context? I can elaborate as to why the default fallback isn't working for us. Let me know if it helps accelerate this either getting merged or rejected. If it's just going to take more time to review that's fine I am mostly wanting an update. |
Contributor
|
Hey, we'll get to this as soon as possible. Sorry for the delayed response. |
Author
No worries! Just was checking the status and ensuring nothing else was needed from me. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: modules/disk.sh: support Technologic Systems /dev/tssdcard paths
Some Technologic Systems boards, specifically in my case the TS-7800-V2, expose SD cards as /dev/tssdcard[a-z]. Proposing this PR to prevent having to keep a locally modified copy of disk.sh up to date for myself or anyone else using Mender with this hardware.
Ticket: None
Signed-off-by: Dominic A. Ottaviano II dottaviano@thinkipa.com