diff --git a/build_files/build.sh b/build_files/build.sh index 3274f65..62dc541 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -2,6 +2,7 @@ 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 @@ -39,6 +40,3 @@ 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 diff --git a/build_files/os-release b/build_files/os-release index 28d8840..8dabbd3 100644 --- a/build_files/os-release +++ b/build_files/os-release @@ -1,4 +1,5 @@ -NAME="ManInDark Linux" +NAME="ManInDark bootc Linux" ID=manindark-linux -PRETTY_NAME="ManInDark's Linux" +PRETTY_NAME="ManInDark's bootc Linux" VARIANT_ID=desktop +VERSION_ID=43