From 14505ef24a4c1bcbd8a83fef765c759ba5cd80c3 Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Sun, 3 May 2026 21:07:13 +0300 Subject: [PATCH] Remove easy bee ASCII logo banners --- audit/internal/webui/server.go | 11 +++-------- iso/overlay/etc/motd | 9 +-------- iso/overlay/usr/local/bin/bee-boot-status | 7 +------ 3 files changed, 5 insertions(+), 22 deletions(-) diff --git a/audit/internal/webui/server.go b/audit/internal/webui/server.go index 3bf3dfc..b974b92 100644 --- a/audit/internal/webui/server.go +++ b/audit/internal/webui/server.go @@ -1294,8 +1294,8 @@ const loadingPageHTML = ` *{margin:0;padding:0;box-sizing:border-box} html,body{height:100%;background:#0f1117;display:flex;align-items:center;justify-content:center;font-family:'Courier New',monospace;color:#e2e8f0} .wrap{text-align:center;width:420px} -.logo{font-size:11px;line-height:1.4;color:#f6c90e;margin-bottom:6px;white-space:pre;text-align:left} -.subtitle{font-size:12px;color:#a0aec0;text-align:left;margin-bottom:24px;padding-left:2px} +.brand{font-size:22px;letter-spacing:.18em;color:#f6c90e;margin-bottom:6px;text-align:left} +.subtitle{font-size:12px;color:#a0aec0;text-align:left;margin-bottom:24px} .spinner{width:36px;height:36px;border:3px solid #2d3748;border-top-color:#f6c90e;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 14px} .spinner.hidden{display:none} @keyframes spin{to{transform:rotate(360deg)}} @@ -1313,12 +1313,7 @@ td:first-child{color:#718096;width:55%}
- +
EASY BEE
Hardware Audit LiveCD
Connecting to bee-web...
diff --git a/iso/overlay/etc/motd b/iso/overlay/etc/motd index 29e4cac..f229da2 100644 --- a/iso/overlay/etc/motd +++ b/iso/overlay/etc/motd @@ -1,11 +1,4 @@ - - ███████╗ █████╗ ███████╗██╗ ██╗ ██████╗ ███████╗███████╗ - ██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔════╝██╔════╝ - █████╗ ███████║███████╗ ╚████╔╝ █████╗██████╔╝█████╗ █████╗ - ██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██╗██╔══╝ ██╔══╝ - ███████╗██║ ██║███████║ ██║ ██████╔╝███████╗███████╗ - ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ - + EASY BEE Hardware Audit LiveCD Build: %%BUILD_INFO%% diff --git a/iso/overlay/usr/local/bin/bee-boot-status b/iso/overlay/usr/local/bin/bee-boot-status index fdb7932..702c41b 100644 --- a/iso/overlay/usr/local/bin/bee-boot-status +++ b/iso/overlay/usr/local/bin/bee-boot-status @@ -51,12 +51,7 @@ while true; do printf '\033[H\033[2J' printf '\n' - printf ' \033[33m███████╗ █████╗ ███████╗██╗ ██╗ ██████╗ ███████╗███████╗\033[0m\n' - printf ' \033[33m██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔════╝██╔════╝\033[0m\n' - printf ' \033[33m█████╗ ███████║███████╗ ╚████╔╝ █████╗██████╔╝█████╗ █████╗\033[0m\n' - printf ' \033[33m██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██╗██╔══╝ ██╔══╝\033[0m\n' - printf ' \033[33m███████╗██║ ██║███████║ ██║ ██████╔╝███████╗███████╗\033[0m\n' - printf ' \033[33m╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝\033[0m\n' + printf ' \033[33mEASY BEE\033[0m\n' printf ' Hardware Audit LiveCD\n' printf '\n'