Andrew Rynhard 2c6bf9b1fd fix: append probed block devices
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>
2019-07-04 21:39:34 -07:00
..
2019-07-04 21:39:34 -07:00
2019-05-15 16:14:30 -07:00