Skip to content

Allow changing prefix for the installations #1655

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

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

afbjorklund
Copy link
Member

If /usr/local is read-only, you can override the prefix to use something like /opt instead. But it is assumed that /etc is always read-write...

Closes #1654


For some reason /opt/bin was not in the PATH of the check, even if it is the PATH of the actual user later on.

Workaround was to check with test -x in addition to command -v, to see if nerdctl has been installed yet.

If /usr/local is read-only, you can override the prefix to use something
like /opt instead. But it is assumed that /etc is always read-write...

Signed-off-by: Anders F Björklund <[email protected]>
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.

Add optional prefix parameter to the template
3 participants