# 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. 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"