From da5493f52497c50823553b01dfa0be9c1c7a83ea Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Sun, 10 Aug 2025 14:20:00 +0200 Subject: [PATCH] Changes for forky while it's in development. --- etc/debian_version | 2 +- etc/issue | 2 +- etc/issue.net | 2 +- etc/os-release | 9 +++------ 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/etc/debian_version b/etc/debian_version index f075061..8f8bc81 100644 --- a/etc/debian_version +++ b/etc/debian_version @@ -1 +1 @@ -13.0 +forky/sid diff --git a/etc/issue b/etc/issue index 2e4b471..9ed4526 100644 --- a/etc/issue +++ b/etc/issue @@ -1,2 +1,2 @@ -Debian #OSNAME# 13 \n \l +Debian #OSNAME# forky/sid \n \l diff --git a/etc/issue.net b/etc/issue.net index 70779f8..15ce5f7 100644 --- a/etc/issue.net +++ b/etc/issue.net @@ -1 +1 @@ -Debian #OSNAME# 13 +Debian #OSNAME# forky/sid diff --git a/etc/os-release b/etc/os-release index a798b85..3887df6 100644 --- a/etc/os-release +++ b/etc/os-release @@ -1,9 +1,6 @@ -PRETTY_NAME="Debian #OSNAME# 13 (trixie)" -NAME="Debian GNU/Linux" -VERSION_ID="13" -VERSION="13 (trixie)" -VERSION_CODENAME=trixie -DEBIAN_VERSION_FULL=13.0 +PRETTY_NAME="Debian #OSNAME# forky/sid" +NAME="Debian #OSNAME#" +VERSION_CODENAME=forky ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support"