clr-installer
fails to run on non-clearlinux distro's due to hardcoded VERSION_ID
check
#812
Labels
bug_triage
Newly report and needs review
Describe the bug
A clear and concise description of what the bug is.
I tried to use the clr-installer on my Ubuntu 22.04 distro to create a custom installation iso of ClearLinux but at
clr-installer/clr-installer/main.go
Line 524 in a0fef5f
clr-installer/utils/utils.go
Line 44 in a0fef5f
/usr/lib/os-release
, which is:The difference is in the
VERSION_ID
as it's quoted on Ubuntu, at least on mine, and it's just numeric on ClearLinux's version.To Reproduce
Steps to reproduce the behavior:
clr-installer
from source on Ubuntuclr-installer --config live-server.yaml
Expected behavior
A clear and concise description of what you expected to happen.
Or the installer should throw an error telling the OS is not supported (or that ClearLinux is only supported) or it should run just fine and create me the requested iso I want.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: