|
* computer/os: normalize distroid when detecting os via distro-specific release files.
Up to this commit the distro ID was set to distro->codename when using distro-specific files and distro->id when using os-release/lsb_release.
* computer/os - added support for parsing distro version codename in os-release
this format is currently used by ubuntu-based distributions
* computer/os: Fix parsing codename from lsb_release
|