mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-06 21:21:53 +02:00
This is to prepare for upcoming switch to reading `/dev/kmsg` which should allow following logs, doing some kind of tail, etc. The output is far from being perfect, as `dmesg` data is delivered as single chunk (not as lines), but once server side updates, client side should match it. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>