mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 12:26:21 +02:00
The interactive installer has been deprecated since v1.12 cycle, now removed completely including the API method. 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.13.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.13.0
|
|
output:
|
|
kind: image
|
|
imageOptions:
|
|
diskSize: 11736711168
|
|
diskFormat: raw
|
|
bootloader: dual-boot
|
|
outFormat: .zst
|