Merge branch 'os-release' into 'master'
Use the standard os-release instead of redox specific redox-release See merge request redox-os/redox!1402
This commit is contained in:
commit
bb64eb8117
|
@ -36,6 +36,28 @@ data = """
|
||||||
redox
|
redox
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# https://www.freedesktop.org/software/systemd/man/latest/os-release.html
|
||||||
|
[[files]]
|
||||||
|
path = "/usr/lib/os-release"
|
||||||
|
data = """
|
||||||
|
PRETTY_NAME = "Redox OS 0.8.0"
|
||||||
|
NAME = "Redox OS"
|
||||||
|
VERSION_ID="0.8.0"
|
||||||
|
VERSION="0.8.0"
|
||||||
|
ID="redox-os"
|
||||||
|
|
||||||
|
HOME_URL="https://redox-os.org/"
|
||||||
|
DOCUMENTATION_URL="https://redox-os.org/docs/"
|
||||||
|
SUPPORT_URL="https://redox-os.org/community/"
|
||||||
|
"""
|
||||||
|
# FIXME maybe add VARIANT= and VARIANT_ID= keys depending on the chosen configuration?
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/etc/os-release"
|
||||||
|
data = "../usr/lib/os-release"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
|
# FIXME remove once screenfetch supports reading os-release instead
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/redox-release"
|
path = "/etc/redox-release"
|
||||||
data = "0.8.0"
|
data = "0.8.0"
|
||||||
|
|
Loading…
Reference in a new issue