Remove runtime-bundle image dependencies
Hard-cut banger away from source-checkout runtime bundles as an implicit source of\nimage and host defaults. Managed images now own their full boot set,\nimage build starts from an existing registered image, and daemon startup\nno longer synthesizes a default image from host paths.\n\nResolve Firecracker from PATH or firecracker_bin, make SSH keys config-owned\nwith an auto-managed XDG default, replace the external name generator and\npackage manifests with Go code, and keep the vsock helper as a companion\nbinary instead of a user-managed runtime asset.\n\nUpdate the manual scripts, web/CLI forms, config surface, and docs around\nthe new build/manual flow and explicit image registration semantics.\n\nValidation: GOCACHE=/tmp/banger-gocache go test ./..., bash -n scripts/*.sh,\nand make build.
This commit is contained in:
parent
01c7cb5e65
commit
572bf32424
44 changed files with 1194 additions and 3456 deletions
|
|
@ -1,14 +1,9 @@
|
|||
# Experimental Void Linux guest profile for local testing.
|
||||
#
|
||||
# Copy the values you want into ~/.config/banger/config.toml and replace
|
||||
# /abs/path/to/banger with your checkout path. Do not set default_base_rootfs
|
||||
# to the Void image yet; banger image build still assumes the Debian flow.
|
||||
# If you run `make void-kernel`, also merge the commented kernel/initrd/modules lines.
|
||||
# Register or promote a complete `void-exp` image first, then point the daemon
|
||||
# at it by name. Firecracker is resolved from PATH by default; set
|
||||
# `firecracker_bin` only if you need an override.
|
||||
|
||||
runtime_dir = "/abs/path/to/banger/build/runtime"
|
||||
default_image_name = "void-exp"
|
||||
default_rootfs = "/abs/path/to/banger/build/runtime/rootfs-void.ext4"
|
||||
default_work_seed = "/abs/path/to/banger/build/runtime/rootfs-void.work-seed.ext4"
|
||||
# default_kernel = "/abs/path/to/banger/build/runtime/void-kernel/boot/vmlinux-6.12.77_1"
|
||||
# default_initrd = "/abs/path/to/banger/build/runtime/void-kernel/boot/initramfs-6.12.77_1.img"
|
||||
# default_modules_dir = "/abs/path/to/banger/build/runtime/void-kernel/lib/modules/6.12.77_1"
|
||||
# firecracker_bin = "/usr/bin/firecracker"
|
||||
# ssh_key_path = "/abs/path/to/private/key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue