talos/pkg/imager/profile/testdata/openstack-amd64-1.9.0.yaml
Noel Georgi b1d410cb62
feat: dual boot disk image
Generate disk image with both grub and sd-boot.

Fixes: #10332

Signed-off-by: Noel Georgi <git@frezbo.dev>
2025-02-25 21:21:10 +05:30

23 lines
474 B
YAML

arch: amd64
platform: openstack
secureboot: false
version: 1.9.0
input:
kernel:
path: /usr/install/amd64/vmlinuz
initramfs:
path: /usr/install/amd64/initramfs.xz
sdStub:
path: /usr/install/amd64/systemd-stub.efi
sdBoot:
path: /usr/install/amd64/systemd-boot.efi
baseInstaller:
imageRef: ghcr.io/siderolabs/installer:1.9.0
output:
kind: image
imageOptions:
diskSize: 1306525696
diskFormat: raw
bootloader: grub
outFormat: .zst