Web UI / logs: - Strip ANSI escape codes and handle \r (progress bars) in task log output - Add USB export API + UI card on Export page (list removable devices, write audit JSON or support bundle) - Add Display Resolution card in Tools (xrandr-based, per-output mode selector) - Dashboard: audit status banner with auto-reload when audit task completes Boot & install: - bee-web starts immediately with no dependencies (was blocked by audit + network) - bee-audit.service redesigned: waits for bee-web healthz, sleeps 60s, enqueues audit via /api/audit/run (task system) - bee-install: fix GRUB UEFI — grub-install exit code was silently ignored (|| true); add --no-nvram fallback; always copy EFI/BOOT/BOOTX64.EFI fallback path - Add grub-efi-amd64, grub-pc, grub-efi-amd64-signed, shim-signed to package list (grub-install requires these, not just -bin variants) - memtest hook: fix binary/boot/ not created before cp; handle both Debian (no extension) and upstream (x64.efi) naming - bee-openbox-session: increase healthz wait from 30s to 120s KVM console stability: - runCmdJob: syscall.Setpriority(PRIO_PROCESS, pid, 10) on all stress subprocesses - lightdm.service.d: Nice=-5 so X server preempts stress processes Packages: add btop Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
84 lines
1.1 KiB
Plaintext
84 lines
1.1 KiB
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 / grub-efi-amd64 provide grub-install + grub2-common (required for chroot install).
|
|
# The -bin variants only carry binary modules and do NOT include grub-install itself.
|
|
grub-pc
|
|
grub-pc-bin
|
|
grub-efi-amd64
|
|
grub-efi-amd64-bin
|
|
grub-efi-amd64-signed
|
|
shim-signed
|
|
|
|
# Filesystem support for USB export targets
|
|
exfatprogs
|
|
exfat-fuse
|
|
ntfs-3g
|
|
|
|
# Utilities
|
|
bash
|
|
procps
|
|
lsof
|
|
file
|
|
less
|
|
vim-tiny
|
|
mc
|
|
htop
|
|
nvtop
|
|
btop
|
|
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
|