mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-28 10:01:14 +02:00
Service `osd` doesn't have access to rootfs, as it is running in a container, so move API to `init` which has unconstrained access to rootfs. (This is in line with another API, `osctl cp`). Fixes: #752 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>