diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 10:13:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 10:13:14 +0000 |
commit | 1b5073b483850693c6af83e6686ff31274a25fbb (patch) | |
tree | ce51cc52c1b190e1b104d9e7395396db90539753 | |
parent | Adding motd file for Progress Linux. (diff) | |
download | base-files-1b5073b483850693c6af83e6686ff31274a25fbb.tar.xz base-files-1b5073b483850693c6af83e6686ff31274a25fbb.zip |
Adding os-release file for Progress Linux 7.99 (graograman-backports).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/base-files.install | 1 | ||||
-rw-r--r-- | debian/local/base-files/os-release | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/base-files.install b/debian/base-files.install index 027a888..b92e6c9 100644 --- a/debian/base-files.install +++ b/debian/base-files.install @@ -1,3 +1,4 @@ debian/local/base-files/issue /etc debian/local/base-files/issue.net /etc debian/local/base-files/motd /usr/share/base-files +debian/local/base-files/os-release /etc diff --git a/debian/local/base-files/os-release b/debian/local/base-files/os-release new file mode 100644 index 0000000..1792aa5 --- /dev/null +++ b/debian/local/base-files/os-release @@ -0,0 +1,16 @@ +NAME="Progress Linux" +VERSION="7.99 (graograman-backports)" +ID="progress-linux" +ID_LIKE="debian" +VERSION_CODENAME="graograman-backports" +VERSION_ID="7.99" +PRETTY_NAME="Progress Linux 7.99 (graograman-backports)" +ANSI_COLOR="1;34" +CPE_NAME= +HOME_URL="https://progress-linux.org" +SUPPORT_URL="https://support.progress-linux.org" +BUG_REPORT_URL="https://bug-report.progress-linux.org" +PRIVACY_POLICY_URL="https://privacy-policy.progress-linux.org" +BUILD_ID= +VARIANT= +VARIANT_ID= |