mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
FIX: os-release information
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -ouex pipefail
|
set -ouex pipefail
|
||||||
cp /ctx/bootc-fetch-apply-updates.service /usr/lib/systemd/system/bootc-fetch-apply-updates.service
|
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 update -y
|
||||||
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de plymouth
|
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 remove -y rpmfusion-free-release rpmfusion-nonfree-release
|
||||||
dnf5 clean all
|
dnf5 clean all
|
||||||
|
|
||||||
cp /ctx/os-release /usr/lib/os-release
|
|
||||||
echo "VERSION_ID=$(date +%Y-%m-%d)" >> /usr/lib/os-release
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
NAME="ManInDark Linux"
|
NAME="ManInDark bootc Linux"
|
||||||
ID=manindark-linux
|
ID=manindark-linux
|
||||||
PRETTY_NAME="ManInDark's Linux"
|
PRETTY_NAME="ManInDark's bootc Linux"
|
||||||
VARIANT_ID=desktop
|
VARIANT_ID=desktop
|
||||||
|
VERSION_ID=43
|
||||||
|
|||||||
Reference in New Issue
Block a user