- 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>
77 lines
935 B
Plaintext
77 lines
935 B
Plaintext
# Hardware audit tools
|
|
dmidecode
|
|
smartmontools
|
|
nvme-cli
|
|
pciutils
|
|
ipmitool
|
|
util-linux
|
|
e2fsprogs
|
|
lshw
|
|
# Network
|
|
iproute2
|
|
isc-dhcp-client
|
|
iputils-ping
|
|
ethtool
|
|
lm-sensors
|
|
qemu-guest-agent
|
|
|
|
# SSH
|
|
openssh-server
|
|
|
|
# Disk installer
|
|
squashfs-tools
|
|
parted
|
|
grub-pc-bin
|
|
grub-efi-amd64-bin
|
|
|
|
# Filesystem support for USB export targets
|
|
exfatprogs
|
|
exfat-fuse
|
|
ntfs-3g
|
|
|
|
# Utilities
|
|
bash
|
|
procps
|
|
lsof
|
|
file
|
|
less
|
|
vim-tiny
|
|
mc
|
|
htop
|
|
nvtop
|
|
sudo
|
|
zstd
|
|
mstflint
|
|
memtester
|
|
memtest86+
|
|
stress-ng
|
|
stressapptest
|
|
|
|
# QR codes (for displaying audit results)
|
|
qrencode
|
|
|
|
# Local desktop (openbox + chromium kiosk)
|
|
openbox
|
|
tint2
|
|
xorg
|
|
xterm
|
|
chromium
|
|
xserver-xorg-video-fbdev
|
|
xserver-xorg-video-vesa
|
|
lightdm
|
|
|
|
# Firmware
|
|
firmware-linux-free
|
|
firmware-linux-nonfree
|
|
firmware-misc-nonfree
|
|
firmware-amd-graphics
|
|
firmware-realtek
|
|
firmware-intel-sound
|
|
firmware-bnx2
|
|
firmware-bnx2x
|
|
firmware-cavium
|
|
firmware-qlogic
|
|
|
|
# glibc compat helpers (for any external binaries that need it)
|
|
libc6
|