• v3.4 ace1a9dba6

    feat(iso): split into nvidia and amd variants, fix KVM graphics and PATH

    mchus released this 2026-03-30 22:24:37 +03:00 | 447 commits to main since this release

    • build.sh: add --variant nvidia|amd; separate work dirs per variant
      (live-build-work-nvidia / live-build-work-amd); GPU-specific steps
      (modules, NCCL, cuBLAS, nccl-tests) run only for nvidia; deb package
      cache synced back to shared location after each lb build so second
      variant reuses downloaded packages; ISO output named
      easy-bee-{variant}-v{ver}-amd64.iso
    • build-in-container.sh: add --variant nvidia|amd|all (default: all);
      runs build.sh twice in one container for 'all'; --clean-build wipes
      both variant work dirs
    • package-lists: remove GPU packages from bee.list.chroot; add
      bee-nvidia.list.chroot (DCGM) and bee-amd.list.chroot (ROCm)
    • 9000-bee-setup hook: read /etc/bee-gpu-vendor; enable bee-nvidia.service
      and DCGM only for nvidia; set up ROCm symlinks only for amd
    • auto/config: --iso-volume uses BEE_GPU_VENDOR_UPPER env var
    • grub.cfg: add nomodeset to EASY-BEE and EASY-BEE (load to RAM) entries
      — fixes X/lightdm on BMC KVM (ASPEED AST chip requires nomodeset for
      fbdev to work; NVIDIA H100 compute does not need KMS)
    • bee.sh / smoketest.sh: add /usr/sbin to PATH so dmidecode, smartctl,
      nvme are found
    • 9100-memtest hook: add diagnostic listing of chroot/boot/memtest* files

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads