summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Santiago Vila <[email protected]>2023-06-11 17:00:00 +0200
committerLibravatar Santiago Vila <[email protected]>2024-04-17 11:38:16 +0200
commit4e62ac47b01fd02874047bcd799059e71dadc3ca (patch)
tree79a273bf5fae46b5539e14d812d766a64f330c06 /etc
downloadbase-files-4e62ac47b01fd02874047bcd799059e71dadc3ca.tar.gz
base-files-4e62ac47b01fd02874047bcd799059e71dadc3ca.zip
Version 13
Diffstat (limited to '')
-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-release7
5 files changed, 12 insertions, 0 deletions
diff --git a/etc/debian_version b/etc/debian_version
new file mode 100644
index 0000000..201ac20
--- /dev/null
+++ b/etc/debian_version
@@ -0,0 +1 @@
+trixie/sid
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..307ea65
--- /dev/null
+++ b/etc/issue
@@ -0,0 +1,2 @@
+Debian #OSNAME# trixie/sid \n \l
+
diff --git a/etc/issue.net b/etc/issue.net
new file mode 100644
index 0000000..5153380
--- /dev/null
+++ b/etc/issue.net
@@ -0,0 +1 @@
+Debian #OSNAME# trixie/sid
diff --git a/etc/os-release b/etc/os-release
new file mode 100644
index 0000000..48ca529
--- /dev/null
+++ b/etc/os-release
@@ -0,0 +1,7 @@
+PRETTY_NAME="Debian #OSNAME# trixie/sid"
+NAME="Debian #OSNAME#"
+VERSION_CODENAME=trixie
+ID=debian
+HOME_URL="https://www.debian.org/"
+SUPPORT_URL="https://www.debian.org/support"
+BUG_REPORT_URL="https://bugs.debian.org/"