name: minimal-test-fixed description: Minimal recipe for testing bootloader fixes base-image: debian:trixie-slim image-version: "0.1" stages: - type: org.osbuild.debian.apt options: packages: - bash - coreutils - linux-image-amd64 - initramfs-tools update: true clean: true output: formats: ["raw"] size: "2G" path: "minimal-test-fixed" metadata: author: "particle-os" category: "test" tags: ["test", "minimal", "particle-os"] description: "Minimal test recipe for bootloader fixes" target_audience: "Developers testing bootloader fixes" based_on: "debian:trixie-slim"