mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 12:26:21 +02:00
Generate `installer` from `imager` so installer always have UKI's. Push `installer-base` which just contains base tools to install. Fixes: #10188 Fixes: #10323 Signed-off-by: Noel Georgi <git@frezbo.dev>
23 lines
487 B
YAML
23 lines
487 B
YAML
arch: amd64
|
|
platform: cloudstack
|
|
secureboot: false
|
|
version: 1.10.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.10.0
|
|
output:
|
|
kind: image
|
|
imageOptions:
|
|
diskSize: 9639559168
|
|
diskFormat: raw
|
|
bootloader: dual-boot
|
|
outFormat: .zst
|