31 lines
1003 B
Diff
31 lines
1003 B
Diff
machine:
|
|
network:
|
|
interfaces:
|
|
- interface: eno1
|
|
addresses:
|
|
- 2001:470:61a3:100::3/64
|
|
- 192.168.1.35/24
|
|
routes:
|
|
- network: ::/0
|
|
gateway: 2001:470:61a3:100::1
|
|
- network: 0.0.0.0/0
|
|
gateway: 192.168.1.1
|
|
mtu: 1280
|
|
|
|
install:
|
|
diskSelector:
|
|
wwid: t10.ATA SSDPR-CX400-256 GUH039914
|
|
# Generated on https://factory.talos.dev/
|
|
# amd-ucode, amdgpu and btrfs
|
|
image: factory.talos.dev/metal-installer/80c3a00af9a5930d1788532c6cc9e8a9b23f8e553d1bb2933b2221f92703d655:v1.12.4
|
|
|
|
# grubUseUKICmdline is incompatible with extraKernelArgs
|
|
# and there seems to not be a way around it, disabling
|
|
grubUseUKICmdline: false
|
|
|
|
# amdgpu is loaded by udev automatically at boot before Talos applies
|
|
# module parameters, so the runpm=1 from machine.kernel.modules
|
|
# arrives too late. Work around using kernel args:
|
|
extraKernelArgs:
|
|
- amdgpu.runpm=1
|