Skip to content

Commit af068b0

Browse files
committed
Updated branding and OS name to prevent issues to be filed against bluefin directly
1 parent f3174a4 commit af068b0

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

build_files/build.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,15 @@ dnf5 -y install mako swaybg
2929
dnf5 -y copr enable wezfurlong/wezterm-nightly
3030
dnf5 -y install wezterm
3131

32+
# Neovim
33+
dnf5 -y copr enable agriffis/neovim-nightly
34+
dnf5 -y install neovim python3-neovim
35+
3236
# systemctl enable podman.socket
37+
38+
### BinaryOS Branding
39+
# os-release file for OS Version
40+
rsync -rvK /ctx/system_files/ /
41+
42+
# Neutral spinner theme
43+
plymouth-set-default-theme spinner -R 2>/dev/null || true
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
NAME="BinaryOS"
2+
ID=binaryos
3+
ID_LIKE="rhel fedora"
4+
VERSION_CODENAME=""
5+
PLATFORM_ID="platform:f41"
6+
PRETTY_NAME="BinaryOS"
7+
ANSI_COLOR="0;38;2;60;110;180"
8+
LOGO=fedora-logo-icon
9+
CPE_NAME="cpe:/o:fedoraproject:fedora:41"
10+
DEFAULT_HOSTNAME="binaryos"
11+
HOME_URL="https://github.com/binarypie/binaryos"
12+
DOCUMENTATION_URL="https://github.com/binarypie/binaryos"
13+
SUPPORT_URL="https://github.com/binarypie/binaryos/issues"
14+
BUG_REPORT_URL="https://github.com/binarypie/binaryos/issues"
15+
REDHAT_BUGZILLA_PRODUCT="Fedora"
16+
REDHAT_BUGZILLA_PRODUCT_VERSION=41
17+
REDHAT_SUPPORT_PRODUCT="Fedora"
18+
REDHAT_SUPPORT_PRODUCT_VERSION=41
19+
SUPPORT_END=2025-11-12
20+
VARIANT="BinaryOS"
21+
VARIANT_ID=binaryos
22+

0 commit comments

Comments
 (0)