mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-14 17:11:16 +02:00
This change fixes a bug that caused installations to fail. On each iteration, the previously discovered block devices were dropped because the `probed` variable was reassigned. We now append the discovered block devices to a slice declared outside the for loop. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>