Steps to reproduce:
- Launch "Settings" app, navigate to Details -> About
- Run lsb_release --all
- Run cat /etc/debian_version
- Run cat /proc/version
- Run cat /etc/*-release
What should happen:
All attempts should report "PureOS 8.0"
What happens instead:
"Settings" GUI reports "Trisquel GNU/Linux Flidas (8.0)"
$ lsb_release --all No LSB modules are available. Distributor ID: Trisquel Description: Trisquel GNU/Linux 8.0, Flidas Release: 8.0 Codename: flidas $ cat /etc/debian_version stretch/sid $ cat /proc/version Linux version 4.14.0-3-amd64 (debian-kernel@lists.debian.org) (gcc version 7.2.0 (Debian 7.2.0-19)) #1 SMP Debian 4.14.13-1 (2018-01-14) $ cat /etc/*-release DISTRIB_ID=Trisquel DISTRIB_RELEASE=8.0 DISTRIB_CODENAME=flidas DISTRIB_DESCRIPTION="Trisquel GNU/Linux 8.0, Flidas" NAME="Trisquel GNU/Linux" VERSION="8.0, Flidas" ID=trisquel ID_LIKE=debian PRETTY_NAME="Trisquel GNU/Linux Flidas (8.0)" VERSION_ID="8.0" HOME_URL="https://trisquel.info/" SUPPORT_URL="https://trisquel.info/wiki" BUG_REPORT_URL="https://trisquel.info/project/issues"
Notes:
System up-to-date. Installed with a public ISO downloaded ~2017. If this doesn't affect new ISO installations I'm happy to close the ticket.