mirror of
https://github.com/siderolabs/sidero.git
synced 2026-01-23 01:21:22 +01:00
This allows to override default options (e.g. `console=ttyS0`) with provided values. Make sure that full value is given for each option, as any default values for the option are dropped if specified in `--extra-agent-kernel-args`, e.g. `--extra-agent-kernel-args "console=tty0 console=ttyS1 panic=5"`. See also https://github.com/talos-systems/go-procfs/pull/5 Fixes #251 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>