mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-07 13:41:20 +02:00
This fixes a bug caused by a missing device argument to `mkfs.xfs`. Without a device, `mkfs.xfs` will error out. Additionally, this ensures that the installer container is started with the `kmsg` writer that ensures logs are formatted correctly for `/dev/kmsg`. Without this we lose a lot of the logs output by the container, one of them being any error from `mkfs.xfs` Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>