Mikhail Chusavitin
7ed5cb0306
fix(iso): auto-detect kernel ABI at build time instead of pinning
...
DEBIAN_KERNEL_ABI=auto in VERSIONS — build.sh queries
apt-cache depends linux-image-amd64 to find the current ABI.
lb config now uses linux-image-amd64 meta-package.
This prevents build failures when Debian drops old kernel packages
from the repo (happens with every point release).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-25 11:17:29 +03:00
Mikhail Chusavitin
591164a251
Rename ISO volume to BEE
2026-03-14 14:58:49 +03:00
Mikhail Chusavitin
e32fa6e477
Use live-config autologin for bee user
2026-03-14 08:33:36 +03:00
Mikhail Chusavitin
caeafa836b
Improve VM boot diagnostics and guest support
2026-03-14 07:51:16 +03:00
Mikhail Chusavitin
17d5d74a8d
fix: nomodeset + remove splash (framebuffer hangs on headless H100 server)
2026-03-08 21:39:31 +03:00
Mikhail Chusavitin
441ab3adbd
fix: blacklist nouveau driver (hangs on H100 unknown chipset)
2026-03-08 20:51:49 +03:00
Mikhail Chusavitin
7a4d75c143
fix: remove unsupported --hostname/--username from lb config
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-08 19:28:01 +03:00
Mikhail Chusavitin
345a93512a
migrate ISO build from Alpine to Debian 12 (Bookworm)
...
Replace the entire live CD build pipeline:
- Alpine SDK + mkimage + genapkovl → Debian live-build (lb config/build)
- OpenRC init scripts → systemd service units
- dropbear → openssh-server (native to Debian live)
- udhcpc → dhclient for DHCP
- apk → apt-get in setup-builder.sh and build-nvidia-module.sh
- Add auto/config (lb config options) and auto/build wrapper
- Add config/package-lists/bee.list.chroot replacing Alpine apks
- Add config/hooks/normal/9000-bee-setup.hook.chroot to enable services
- Add bee-nvidia-load and bee-sshsetup helper scripts
- Keep NVIDIA pre-compile pipeline (Option B): compile on builder VM against
pinned Debian kernel headers (DEBIAN_KERNEL_ABI), inject .ko into includes.chroot
- Fixes: native glibc (no gcompat shims), proper udev, writable /lib/modules,
no Alpine modloop read-only constraint, no stale apk cache issues
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-08 18:01:38 +03:00