mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
FEAT: added os-release
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
|
||||||
|
|||||||
4
build_files/os-release
Normal file
4
build_files/os-release
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
NAME="ManInDark Linux"
|
||||||
|
ID=manindark-linux
|
||||||
|
PRETTY_NAME="ManInDark's Linux"
|
||||||
|
VARIANT_ID=desktop
|
||||||
Reference in New Issue
Block a user