Andrey Smirnov b790d7afe2 fix: overwrite kernel args from --extra-agent-kernel-args
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>
2020-12-16 23:16:33 -08:00
..