From 9622126501dced84b7017f42c29566c2a3c42aaf Mon Sep 17 00:00:00 2001 From: binarypie Date: Wed, 29 Oct 2025 10:17:48 -0700 Subject: [PATCH 1/2] Remove c development --- build_files/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_files/build.sh b/build_files/build.sh index c15f70a..98dee2d 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -29,7 +29,4 @@ dnf5 -y install mako swaybg dnf5 -y copr enable wezfurlong/wezterm-nightly dnf5 -y install wezterm -# Additional development tools -dnf5 group install -y --with-optional c-development - # systemctl enable podman.socket From af068b0609c690cf4c5b8556536a4f48212854c2 Mon Sep 17 00:00:00 2001 From: binarypie Date: Wed, 29 Oct 2025 21:28:50 -0700 Subject: [PATCH 2/2] Updated branding and OS name to prevent issues to be filed against bluefin directly --- build_files/build.sh | 11 +++++++++++ build_files/system_files/usr/lib/os-release | 22 +++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 build_files/system_files/usr/lib/os-release 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 +