What problem does it solve? Building the bluefin-server bootc image with BuildStream fails in non-obvious ways: sandboxed Cargo compiles have no network access, bootc install refuses images missing prepare-root.conf, and containerDisk conversion crashes without an explicit filesystem parameter. This Skill codifies the fixes for each failure mode. ## Core Features & Use Cases - Offline Cargo Builds: Vendor Rust dependencies with cargo vendor, package them as .tar.zstd archives, and configure .cargo/config.toml so BuildStream sandboxes compile bootc fully offline. - Bootc Target Readiness: Ensure os-stack.bst includes prepare-root-config.bst so bootc install to-disk passes static image validation. - containerDisk Conversion: Run the build-containerdisk workflow with explicit filesystem and disk-size parameters to produce KubeVirt volumes for server testing. - Use Case: A build fails with "Failed to find ostree/prepare-root.conf"; use this Skill to add the missing prepare-root-config element to os-stack.bst and rebuild successfully. ## Quick Start Use the bluefin-server skill to fix my BuildStream build that fails with a missing prepare-root.conf error during bootc install to-disk.