mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
FIX: os-release build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user