public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] Add /etc/os-release
Date: Thu, 09 Apr 2020 20:45:16 +0000	[thread overview]
Message-ID: <20200409204516.4708-1-michael.tremer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2152 bytes --]

This file is being read by some packages to find out on what
distribution they are running on.

This file needs to be included in every Core Update.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/rootfiles/common/aarch64/stage2 | 1 +
 config/rootfiles/common/stage2         | 1 +
 config/rootfiles/common/x86_64/stage2  | 1 +
 lfs/stage2                             | 9 +++++++++
 4 files changed, 12 insertions(+)

diff --git a/config/rootfiles/common/aarch64/stage2 b/config/rootfiles/common/aarch64/stage2
index f4169a44e..82e2c20d0 100644
--- a/config/rootfiles/common/aarch64/stage2
+++ b/config/rootfiles/common/aarch64/stage2
@@ -28,6 +28,7 @@ etc/modules.conf
 etc/mtab
 etc/nsswitch.conf
 #etc/opt
+etc/os-release
 etc/passwd
 etc/profile
 #etc/profile.d
diff --git a/config/rootfiles/common/stage2 b/config/rootfiles/common/stage2
index fca540431..8067df39b 100644
--- a/config/rootfiles/common/stage2
+++ b/config/rootfiles/common/stage2
@@ -28,6 +28,7 @@ etc/modules.conf
 etc/mtab
 etc/nsswitch.conf
 #etc/opt
+etc/os-release
 etc/passwd
 etc/profile
 #etc/profile.d
diff --git a/config/rootfiles/common/x86_64/stage2 b/config/rootfiles/common/x86_64/stage2
index cc67837e5..026532b8f 100644
--- a/config/rootfiles/common/x86_64/stage2
+++ b/config/rootfiles/common/x86_64/stage2
@@ -28,6 +28,7 @@ etc/modules.conf
 etc/mtab
 etc/nsswitch.conf
 #etc/opt
+etc/os-release
 etc/passwd
 etc/profile
 #etc/profile.d
diff --git a/lfs/stage2 b/lfs/stage2
index 355aeef54..d6012b85e 100644
--- a/lfs/stage2
+++ b/lfs/stage2
@@ -145,6 +145,15 @@ endif
 	# System release
 	echo "$(SYSTEM_RELEASE)" > /etc/system-release
 
+	# OS release
+	: >/etc/os-release
+	echo "NAME=\"$(NAME)\"" >> /etc/os-release
+	echo "VERSION=\"$(VERSION)\"" >> /etc/os-release
+	echo "ID=$(SNAME)" >> /etc/os-release
+	echo "VERSION_ID=2" >> /etc/os-release
+	echo "PRETTY_NAME=\"$(SYSTEM_RELEASE)\"" >> /etc/os-release
+	echo "ANSI_COLOR=\"0:31\"" >> /etc/os-release
+
 	# Pakfire
 	-mkdir -pv /opt/pakfire/db/core
 	echo "$(CORE)" > /opt/pakfire/db/core/mine
-- 
2.20.1


                 reply	other threads:[~2020-04-09 20:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200409204516.4708-1-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox