From 7111bb589239bfa3445b4ffa98f2e7eab657c5bf Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Sat, 22 Nov 2025 19:18:48 +0100 Subject: [PATCH] FIX: os-release build --- build_files/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_files/build.sh b/build_files/build.sh index 021343c..f922de5 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -2,7 +2,6 @@ set -ouex pipefail cp /ctx/bootc-fetch-apply-updates.service /usr/lib/systemd/system/bootc-fetch-apply-updates.service -cp /ctx/os-release /usr/lib/os-release dnf5 update -y dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de plymouth @@ -40,3 +39,6 @@ dnf install -y \ dnf5 remove -y rpmfusion-free-release rpmfusion-nonfree-release dnf5 clean all + +cp /ctx/os-release /usr/lib/os-release +echo "VERSION_ID=$(date +%Y-%m-%d)" >> /usr/lib/os-release