mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 13:11:31 +00:00
For a clear linux mix, the os-release file will be updated as follows: - NAME="Clear Linux Mix" Eventually this value should be read from user input when #424 is implemented. - ID=<based on above NAME field> E.g. ID=clear-linux-mix - VERSION="<mix-ver> (<upstream-ver>)" E.g. VERSION="10 (24750)" - PRETTY_NAME="<NAME> <mix-ver> (<upstream-ver)" E.g. PRETTY_NAME="Clear Linux Mix 10 (24750)" - VERSION_ID=<mix-ver> E.g. VERSION_ID=10 - BUILD_ID=<upstream-ver> E.g. BUILD_ID=24750 - MIX_UPSTREAM_URL="<upstream-url>" This is a new field in os-release. E.g. MIX_UPSTREAM_URL="https://download.clearlinux.org"