summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:23:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:23:41 +0000
commit7b3c260704dc6eb4bf71d73b5d4f4e6145f5347b (patch)
treefa7642d0ad7cc12ee4268272931481a9200d60b3 /etc
parentInitial commit. (diff)
downloadbase-files-7b3c260704dc6eb4bf71d73b5d4f4e6145f5347b.tar.xz
base-files-7b3c260704dc6eb4bf71d73b5d4f4e6145f5347b.zip
Adding upstream version 12.4+deb12u5.upstream/12.4+deb12u5upstream
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..d39b7a2
--- /dev/null
+++ b/etc/debian_version
@@ -0,0 +1 @@
+12.5
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..b7788db
--- /dev/null
+++ b/etc/issue
@@ -0,0 +1,2 @@
+Debian #OSNAME# 12 \n \l
+
diff --git a/etc/issue.net b/etc/issue.net
new file mode 100644
index 0000000..b0e76bc
--- /dev/null
+++ b/etc/issue.net
@@ -0,0 +1 @@
+Debian #OSNAME# 12
diff --git a/etc/os-release b/etc/os-release
new file mode 100644
index 0000000..281e4fd
--- /dev/null
+++ b/etc/os-release
@@ -0,0 +1,9 @@
+PRETTY_NAME="Debian #OSNAME# 12 (bookworm)"
+NAME="Debian #OSNAME#"
+VERSION_ID="12"
+VERSION="12 (bookworm)"
+VERSION_CODENAME=bookworm
+ID=debian
+HOME_URL="https://www.debian.org/"
+SUPPORT_URL="https://www.debian.org/support"
+BUG_REPORT_URL="https://bugs.debian.org/"