Replace the old `void-exp` repository defaults with `void` so the Make targets, registration helper, example config, verification messaging, and sample test fixtures all line up with the new managed image name. Keep the scope to repo-facing naming only: config overrides, helper output, and test fixtures now expect `void`, while runtime compatibility for existing local `void-exp` VMs remains an operational concern outside this commit. Validation: go test ./..., make build, and a local `banger vm create --image void` smoke boot with ssh and opencode ports up.
9 lines
369 B
TOML
9 lines
369 B
TOML
# Experimental Void Linux guest profile for local testing.
|
|
#
|
|
# Register or promote a complete `void` 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.
|
|
|
|
default_image_name = "void"
|
|
# firecracker_bin = "/usr/bin/firecracker"
|
|
# ssh_key_path = "/abs/path/to/private/key"
|