Update 2025-01-05 09:22 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-01-05 09:22:42 +01:00
parent 5f346e4848
commit 908090c41b
5 changed files with 9 additions and 5 deletions

View File

@@ -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)