base-files: added new variables to os-release
This commit is contained in:
parent
b3f6c7b5d5
commit
2b275bd41b
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3
|
VERSION=4
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -107,9 +107,12 @@ ID=trisquel
|
||||||
ID_LIKE=debian
|
ID_LIKE=debian
|
||||||
PRETTY_NAME="Trisquel GNU/Linux $CODENAMECAPS ($REVISION)"
|
PRETTY_NAME="Trisquel GNU/Linux $CODENAMECAPS ($REVISION)"
|
||||||
VERSION_ID="$REVISION"
|
VERSION_ID="$REVISION"
|
||||||
|
VERSION_CODENAME="$CODENAME"
|
||||||
|
UBUNTU_CODENAME="$UPSTREAM"
|
||||||
HOME_URL="https://trisquel.info/"
|
HOME_URL="https://trisquel.info/"
|
||||||
SUPPORT_URL="https://trisquel.info/wiki"
|
SUPPORT_URL="https://trisquel.info/wiki"
|
||||||
BUG_REPORT_URL="https://trisquel.info/project/issues"
|
BUG_REPORT_URL="https://trisquel.info/project/issues"
|
||||||
|
PRIVACY_POLICY_URL="https://trisquel.info/legal"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat << EOF > origins/trisquel
|
cat << EOF > origins/trisquel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue