Update 2025-01-05 09:22 OpenBSD/amd64-t14
This commit is contained in:
@@ -16,7 +16,7 @@ _biodev=$(doas bioctl softraid0 | grep -B1 $_dev | head -1 | awk '{print $5}' \
|
||||
if [ -z "$_biodev" ]
|
||||
then
|
||||
# decrypt
|
||||
doas bioctl -c C -l ${_dev}a softraid0
|
||||
pass Local/hagibis-usb-nvme | doas bioctl -s -c C -l ${_dev}a softraid0
|
||||
# and read again
|
||||
_biodev=$(doas bioctl softraid0 | grep -B1 $_dev | head -1 | awk '{print $5}' \
|
||||
|| exit 1)
|
||||
|
||||
Reference in New Issue
Block a user