Mikhail Chusavitin
|
e8e176ab7f
|
Add zstd to live image packages
|
2026-03-14 08:04:18 +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
|
b7c888edb1
|
fix: getty autologin root, inject GSP firmware for H100, bump 0.1.1
|
2026-03-08 22:12:02 +03:00 |
|
Mikhail Chusavitin
|
c91c8d8cf9
|
feat: bee-themed grub splash (amber/black honeycomb) with progress bar
|
2026-03-08 20:44:19 +03:00 |
|
Mikhail Chusavitin
|
83e1910281
|
feat: custom grub bootloader - bee branding, 5s auto-boot, no splash
|
2026-03-08 20:35:23 +03:00 |
|
Mikhail Chusavitin
|
2252c5af56
|
fix: use isc-dhcp-client for dhclient, remove standalone lsblk (in util-linux)
|
2026-03-08 19:43:59 +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 |
|