|
|
eea98e6d76
|
feat(dcgm): add NVIDIA DCGM diagnostics, fix KVM console
- Add 9002-nvidia-dcgm.hook.chroot: installs datacenter-gpu-manager
from NVIDIA apt repo during live-build
- Enable nvidia-dcgm.service in chroot setup hook
- Replace bee-gpu-stress with dcgmi diag (levels 1-4) in NVIDIA SAT
- TUI: replace GPU checkbox + duration UI with DCGM level selection
- Remove console=tty2 from boot params: KVM/VGA now shows tty1
where bee-tui runs, fixing unresponsive console
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-26 23:08:12 +03:00 |
|
Mikhail Chusavitin
|
d36e8442a9
|
Stabilize live ISO consoles and NVIDIA boot path
|
2026-03-25 19:05:18 +03:00 |
|
Mikhail Chusavitin
|
b25a2f6d30
|
feat: add support bundle and raw audit export
|
2026-03-16 18:20:26 +03:00 |
|
Mikhail Chusavitin
|
72cf482ad3
|
Embed Reanimator Chart web viewer
|
2026-03-15 22:07:42 +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
|
6aca1682b9
|
Refactor bee CLI and LiveCD integration
|
2026-03-13 16:52:16 +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 |
|