diff --git a/build_files/build.sh b/build_files/build.sh index 98dee2d..8bce8d0 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -29,4 +29,15 @@ dnf5 -y install mako swaybg dnf5 -y copr enable wezfurlong/wezterm-nightly dnf5 -y install wezterm +# Neovim +dnf5 -y copr enable agriffis/neovim-nightly +dnf5 -y install neovim python3-neovim + # systemctl enable podman.socket + +### BinaryOS Branding +# os-release file for OS Version +rsync -rvK /ctx/system_files/ / + +# Neutral spinner theme +plymouth-set-default-theme spinner -R 2>/dev/null || true diff --git a/build_files/system_files/usr/lib/os-release b/build_files/system_files/usr/lib/os-release new file mode 100644 index 0000000..b015a5f --- /dev/null +++ b/build_files/system_files/usr/lib/os-release @@ -0,0 +1,22 @@ +NAME="BinaryOS" +ID=binaryos +ID_LIKE="rhel fedora" +VERSION_CODENAME="" +PLATFORM_ID="platform:f41" +PRETTY_NAME="BinaryOS" +ANSI_COLOR="0;38;2;60;110;180" +LOGO=fedora-logo-icon +CPE_NAME="cpe:/o:fedoraproject:fedora:41" +DEFAULT_HOSTNAME="binaryos" +HOME_URL="https://github.com/binarypie/binaryos" +DOCUMENTATION_URL="https://github.com/binarypie/binaryos" +SUPPORT_URL="https://github.com/binarypie/binaryos/issues" +BUG_REPORT_URL="https://github.com/binarypie/binaryos/issues" +REDHAT_BUGZILLA_PRODUCT="Fedora" +REDHAT_BUGZILLA_PRODUCT_VERSION=41 +REDHAT_SUPPORT_PRODUCT="Fedora" +REDHAT_SUPPORT_PRODUCT_VERSION=41 +SUPPORT_END=2025-11-12 +VARIANT="BinaryOS" +VARIANT_ID=binaryos +