mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 12:26:21 +02:00
See https://github.com/siderolabs/talos/discussions/10994 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
23 lines
488 B
YAML
23 lines
488 B
YAML
arch: amd64
|
|
platform: cloudstack
|
|
secureboot: false
|
|
version: 1.11.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-base:1.11.0
|
|
output:
|
|
kind: image
|
|
imageOptions:
|
|
diskSize: 11736711168
|
|
diskFormat: raw
|
|
bootloader: dual-boot
|
|
outFormat: .zst
|