Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mounts for non mmcblk devices #2

Closed
wants to merge 4 commits into from

Conversation

slm4996
Copy link

@slm4996 slm4996 commented Jan 7, 2020

This should resolve issue #1

@lucasteligioridis
Copy link
Owner

lucasteligioridis commented Jan 20, 2020

Sorry for the delay on this PR.

I would prefer to just have a variable that would overwrite the existing disk name instead.

It feels cleaner, sure a little less automated but at least keeps it far more flexible and no need to have a lot of logic to try and determine the disk name automatically.

I find Makefile syntax to be quite ugly and unreadable, try to use it as an entry point and keep it simple.

What do you think?

@slm4996
Copy link
Author

slm4996 commented Jan 20, 2020 via email

@lucasteligioridis
Copy link
Owner

Well it would have 2 variables that would look like instead:

MNT_DEVICE_1 ?= /dev/mmcblk0p1
MNT_DEVICE_2 ?= /dev/mmcblk0p2

@lucasteligioridis
Copy link
Owner

Going to close this PR if no further discussion is made on the above comment.

Just want to politely bump.

@lucasteligioridis
Copy link
Owner

Closing to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants