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-packages "linux-image-amd64" \
--memtest none \
--iso-volume "BEE" \
--iso-application "Bee Hardware Audit" \
--iso-volume "EASY-BEE" \
--iso-application "EASY-BEE" \
--bootappend-live "boot=live components console=tty0 console=ttyS0,115200n8 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \
--apt-recommends false \
"${@}"