Hi, looking at the build_image.sh and build_kernel.sh scripts, they both say that they're for building vmtest-ready images/kernels. Could you be more specific about what this means? For example, are there certain kernel config parameters that are required, or does the guest image need anything other than qemu-guest-agent?
I see that the images are built with Nix, and I'm wondering what's necessary for building a vmtest-ready VM or kernel with Nix using a custom config.
Hi, looking at the
build_image.shandbuild_kernel.shscripts, they both say that they're for buildingvmtest-ready images/kernels. Could you be more specific about what this means? For example, are there certain kernel config parameters that are required, or does the guest image need anything other thanqemu-guest-agent?I see that the images are built with Nix, and I'm wondering what's necessary for building a
vmtest-ready VM or kernel with Nix using a custom config.