VSIDO should be 'VSISO 1.2' in pretty name, the pretty name field is supposed to be the sort of full display name, might point that out to the vsido guys.
Back to top |
|
www.freedesktop.org/software/systemd/man/os-release.html
basically what PRETTY_NAME contains should be more or less what the old single distro file, like /etc/redhat-release had, the full distro id, ie, the full pretty name, not for technical id purposes, but for for output. In inxi, for example, if os-release exists and no distro file does, then it will use the contents of PRETTY_NAME as first option, and if that's null, it will construct the full string out of the other fields. Back to top |
:: Code ::
System: Host: sid Kernel: 3.7.0-3.dmz.1-liquorix-amd64 x86_64 (64 bit) Desktop: Xfce 4.8.3 Distro: sid xfce PRETTY_NAME="Debian GNU/Linux 7.0 (wheezy)" NAME="Debian GNU/Linux" VERSION_ID="7.0" VERSION="7.0 (wheezy)" ID=debian ANSI_COLOR="1;31" HOME_URL="http://www.debian.org/" SUPPORT_URL="http://www.debian.org/support/" BUG_REPORT_URL="http://bugs.debian.org/" Back to top |
Aptosid crossgraded to siduction:
:: Code :: ~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 7.0 (wheezy)" NAME="Debian GNU/Linux" VERSION_ID="7.0" VERSION="7.0 (wheezy)" ID=debian Back to top |
:: Code :: ~ $ cat /etc/os-release
PRETTY_NAME="Linux Mint LMDE" NAME="Linux Mint LMDE" ID=linuxmint ANSI_COLOR="1;31 Back to top |
All times are GMT - 8 Hours |