Pulls in following changes: * https://github.com/talos-systems/toolchain/pull/20 * https://github.com/talos-systems/tools/pull/116 * https://github.com/talos-systems/pkgs/pull/214 * https://github.com/talos-systems/pkgs/pull/215 * https://github.com/talos-systems/pkgs/pull/216 * https://github.com/talos-systems/pkgs/pull/217 * https://github.com/talos-systems/go-procfs/pull/4 New empty amd64 images for u-boot & rpi-firmware reduce the size of amd64 installer image. For backwards compatibility QEMU provisioner still injects "legacy" KSPP kernel args into initial boot environment. Installer correctly upgrades KSPP options when moving from one version of Talos to another. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
53 lines
1.4 KiB
YAML
53 lines
1.4 KiB
YAML
Validated: true
|
|
Available: true
|
|
Errors: []
|
|
ReadOnly: false
|
|
Meta:
|
|
color: 'yellow'
|
|
feature-flags: 'change-stage-v2'
|
|
icon: 'linux'
|
|
title: 'Talos'
|
|
Endpoint: ''
|
|
Bundle: ''
|
|
Name: 'talos'
|
|
Description: 'talos'
|
|
Documentation: ''
|
|
OS:
|
|
Name: 'talos'
|
|
Family: 'talos'
|
|
Codename: ''
|
|
Version: '0.6'
|
|
IsoFile: 'talos.tar.gz'
|
|
IsoSha256: '401ec26cef179e0a66d44f020dad47f7322f4cfc84826242e9c83d6cce4f2547'
|
|
IsoUrl: 'https://github.com/talos-systems/talos/releases/download/v0.6.0/boot.tar.gz'
|
|
SupportedArchitectures: {}
|
|
Templates:
|
|
- Name: 'pxelinux'
|
|
Path: 'pxelinux.cfg/{{.Machine.HexAddress}}'
|
|
ID: 'default-pxelinux.tmpl'
|
|
Contents: ''
|
|
Meta: {}
|
|
- Name: 'ipxe'
|
|
Path: '{{.Machine.Address}}.ipxe'
|
|
ID: 'default-ipxe.tmpl'
|
|
Contents: ''
|
|
Meta: {}
|
|
- Name: 'pxelinux-mac'
|
|
Path: 'pxelinux.cfg/{{.Machine.MacAddr "pxelinux"}}'
|
|
ID: 'default-pxelinux.tmpl'
|
|
Contents: ''
|
|
Meta: {}
|
|
- Name: 'ipxe-mac'
|
|
Path: '{{.Machine.MacAddr "ipxe"}}.ipxe'
|
|
ID: 'default-ipxe.tmpl'
|
|
Contents: ''
|
|
Meta: {}
|
|
Kernel: 'vmlinuz'
|
|
Initrds:
|
|
- 'initramfs.xz'
|
|
BootParams: 'console=tty0 ip=dhcp modules=loop,squashfs nomodeset init_on_alloc=1 init_on_free=1 slab_nomerge pti=on ima_template=ima-ng ima_appraise=fix ima_hash=sha512 talos.platform=metal talos.config={{ .ProvisionerURL }}/files/{{.Param "talos/role"}}.yaml'
|
|
RequiredParams: []
|
|
OptionalParams:
|
|
- 'talos/role'
|
|
OnlyUnknown: false
|