From ff2f3b216af09c20445fe6de7fadbb1ce4be2bf9 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Thu, 17 Oct 2024 02:16:56 -0700 Subject: [PATCH] Wow, some software looks for this stuff... --- CH9Config/00-Generic.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CH9Config/00-Generic.sh b/CH9Config/00-Generic.sh index 0cae9e0..4014645 100644 --- a/CH9Config/00-Generic.sh +++ b/CH9Config/00-Generic.sh @@ -115,4 +115,20 @@ options nouveau modset=0 # End /etc/modprobe.d/blacklist.conf EOF +cat > /etc/os-release << "EOF" +NAME="Linux From Scratch" +VERSION="12.2-systemd" +ID=lfs +PRETTY_NAME="Linux From Scratch 12.2-systemd" +VERSION_CODENAME="Genesis Insanity" +HOME_URL="https://www.linuxfromscratch.org/lfs/" +EOF +cat > /etc/lsb-release << "EOF" +DISTRIB_ID="Linux From Scratch" +DISTRIB_RELEASE="12.2-systemd" +DISTRIB_CODENAME="YJL Genesis" +DISTRIB_DESCRIPTION="Linux From Scratch" +EOF + +echo 12.2-systemd > /etc/lfs-release