From 591164a25151c62938b3aee445e56d500f8cb30f Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Sat, 14 Mar 2026 14:58:49 +0300 Subject: [PATCH] Rename ISO volume to BEE --- PLAN.md | 2 +- iso/builder/auto/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PLAN.md b/PLAN.md index efb138d..7faea2a 100644 --- a/PLAN.md +++ b/PLAN.md @@ -374,7 +374,7 @@ No "works on my Mac" drift. 1.2 board collector → first real data 1.3 CPU collector → +CPUs ---- BUILDER + DEBUG ISO (unblock real-hardware testing) --- +--- BUILDER + BEE ISO (unblock real-hardware testing) --- 2.1 builder setup → Debian host/VM or privileged container with build deps 2.2 debug ISO profile → minimal Debian ISO: `bee` binary + OpenSSH + all packages diff --git a/iso/builder/auto/config b/iso/builder/auto/config index 709763e..9a29477 100755 --- a/iso/builder/auto/config +++ b/iso/builder/auto/config @@ -21,7 +21,7 @@ lb config noauto \ --linux-flavours "amd64" \ --linux-packages "linux-image-${DEBIAN_KERNEL_ABI}" \ --memtest none \ - --iso-volume "BEE-DEBUG" \ + --iso-volume "BEE" \ --iso-application "Bee Hardware Audit" \ --bootappend-live "boot=live components console=tty0 console=ttyS0,115200n8 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \ --apt-recommends false \