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

KM Install needs to include 'amzn' in list of supported distros #1481

Closed
smijar opened this issue Jan 27, 2022 · 1 comment
Closed

KM Install needs to include 'amzn' in list of supported distros #1481

smijar opened this issue Jan 27, 2022 · 1 comment
Assignees
Labels
New The issue has not been triaged yet type:Feature Add new stuff urgency:Urgent Urgency: blocker - preempts other work

Comments

@smijar
Copy link
Contributor

smijar commented Jan 27, 2022

We can now support Amazon linux 2 kernel version > 5, so we need the base install to include 'amzn' in the list of supported distros that we can install to.

@smijar smijar added New The issue has not been triaged yet type:Feature Add new stuff labels Jan 27, 2022
@smijar
Copy link
Contributor Author

smijar commented Jan 27, 2022

Need to modify kontain-install.sh to add 'amzn' as shown below:

Line 27 and 28
...
source /etc/os-release
[ "$ID" != "fedora" -a "$ID" != "ubuntu" -a "$ID" != "amzn" ] && echo "Unsupported linux distribution: $ID" && exit 1
....

@smijar smijar added urgency:Normal Urgency: needs to be done in the normal order urgency:Urgent Urgency: blocker - preempts other work and removed urgency:Normal Urgency: needs to be done in the normal order labels Jan 27, 2022
@smijar smijar closed this as completed Feb 3, 2022
@smijar smijar mentioned this issue Feb 3, 2022
smijar added a commit that referenced this issue Feb 3, 2022
* #1481- added amzn to list of supported distros we can install to

* added support for install on amazon linux 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New The issue has not been triaged yet type:Feature Add new stuff urgency:Urgent Urgency: blocker - preempts other work
Projects
None yet
Development

No branches or pull requests

2 participants