feat(iso): rebrand to EASY-BEE with ASCII art banner

Replace "Bee Hardware Audit" branding with EASY-BEE across bootloader
and LiveCD: grub.cfg menu entries, echo ASCII art before menu,
motd banner, iso-volume and iso-application metadata.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mikhail Chusavitin
2026-03-25 11:45:12 +03:00
parent 2f4ec2acda
commit 8e60e474dc
3 changed files with 19 additions and 10 deletions

View File

@@ -21,8 +21,8 @@ lb config noauto \
--linux-flavours "amd64" \ --linux-flavours "amd64" \
--linux-packages "linux-image-amd64" \ --linux-packages "linux-image-amd64" \
--memtest none \ --memtest none \
--iso-volume "BEE" \ --iso-volume "EASY-BEE" \
--iso-application "Bee Hardware Audit" \ --iso-application "EASY-BEE" \
--bootappend-live "boot=live components console=tty0 console=ttyS0,115200n8 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \ --bootappend-live "boot=live components console=tty0 console=ttyS0,115200n8 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \
--apt-recommends false \ --apt-recommends false \
"${@}" "${@}"

View File

@@ -1,11 +1,20 @@
source /boot/grub/config.cfg source /boot/grub/config.cfg
menuentry "Bee Hardware Audit" { echo ""
echo " ███████╗ █████╗ ███████╗██╗ ██╗ ██████╗ ███████╗███████╗"
echo " ██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔════╝██╔════╝"
echo " █████╗ ███████║███████╗ ╚████╔╝ █████╗██████╔╝█████╗ █████╗"
echo " ██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██╗██╔══╝ ██╔══╝"
echo " ███████╗██║ ██║███████║ ██║ ██████╔╝███████╗███████╗"
echo " ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝"
echo ""
menuentry "EASY-BEE" {
linux @KERNEL_LIVE@ @APPEND_LIVE@ linux @KERNEL_LIVE@ @APPEND_LIVE@
initrd @INITRD_LIVE@ initrd @INITRD_LIVE@
} }
menuentry "Bee Hardware Audit (fail-safe)" { menuentry "EASY-BEE (fail-safe)" {
linux @KERNEL_LIVE@ @APPEND_LIVE@ memtest noapic noapm nodma nomce nolapic nosmp vga=normal linux @KERNEL_LIVE@ @APPEND_LIVE@ memtest noapic noapm nodma nomce nolapic nosmp vga=normal
initrd @INITRD_LIVE@ initrd @INITRD_LIVE@
} }

View File

@@ -1,10 +1,10 @@
██████╗ ███████╗███████╗ ██████╗ ███████╗██████╗ ██╗ ██╗ ██████╗ ███████╗ █████╗ ███████╗██╗ ██╗ ██████╗ ███████╗███████╗
██╔══██╗██╔════╝██╔════╝ ██╔══██╗██╔════╝██╔══██╗██║ ██║██╔════╝ ██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔════╝██╔════╝
██████╔╝██████████╗ ██║ ██║█████╗ ██████╔╝██║ ██║██║ ███╗ ████████████║███████╗ ╚████╔╝ █████╗██████╔╝█████╗ █████╗
██╔══██╗██╔══╝ ██╔══╝ ██║ ██║██╔══╝ ██╔══██╗██║ ██║██║ ██ ██╔══██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██╗██╔══╝ ██╔══╝
██████╔╝██████████████╗ ██████╔╝███████╗██████╔╝╚██████╔╝╚██████╔╝ ███████╗██║ █████████║ ██║ ██████╔╝███████╗███████╗
╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚══════╝╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╚═════╝ ╚══════╝╚══════╝
Hardware Audit LiveCD Hardware Audit LiveCD
Build: %%BUILD_INFO%% Build: %%BUILD_INFO%%