summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:15:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:15:36 +0000
commit1534756a5c66895273cc8216171407332af5fda7 (patch)
tree904dcfe93c3361d052d5ec5726091a783edbae07 /etc
parentInitial commit. (diff)
downloadbase-files-1534756a5c66895273cc8216171407332af5fda7.tar.xz
base-files-1534756a5c66895273cc8216171407332af5fda7.zip
Adding upstream version 10.3+deb10u13.upstream/10.3+deb10u13upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/debian_version1
-rw-r--r--etc/host.conf1
-rw-r--r--etc/issue2
-rw-r--r--etc/issue.net1
-rw-r--r--etc/os-release9
5 files changed, 14 insertions, 0 deletions
diff --git a/etc/debian_version b/etc/debian_version
new file mode 100644
index 0000000..4e31022
--- /dev/null
+++ b/etc/debian_version
@@ -0,0 +1 @@
+10.13
diff --git a/etc/host.conf b/etc/host.conf
new file mode 100644
index 0000000..d1a59f7
--- /dev/null
+++ b/etc/host.conf
@@ -0,0 +1 @@
+multi on
diff --git a/etc/issue b/etc/issue
new file mode 100644
index 0000000..54fca5f
--- /dev/null
+++ b/etc/issue
@@ -0,0 +1,2 @@
+Debian #OSNAME# 10 \n \l
+
diff --git a/etc/issue.net b/etc/issue.net
new file mode 100644
index 0000000..7b8cf1f
--- /dev/null
+++ b/etc/issue.net
@@ -0,0 +1 @@
+Debian #OSNAME# 10
diff --git a/etc/os-release b/etc/os-release
new file mode 100644
index 0000000..fbd25cc
--- /dev/null
+++ b/etc/os-release
@@ -0,0 +1,9 @@
+PRETTY_NAME="Debian #OSNAME# 10 (buster)"
+NAME="Debian #OSNAME#"
+VERSION_ID="10"
+VERSION="10 (buster)"
+VERSION_CODENAME=buster
+ID=debian
+HOME_URL="https://www.debian.org/"
+SUPPORT_URL="https://www.debian.org/support"
+BUG_REPORT_URL="https://bugs.debian.org/"