You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dwarn "$LUKS_CONFIGFS not available, please use a newer kernel."
1072
+
return 1
1073
+
fi
1074
+
1075
+
for_luks_devin"${_luks_devs[@]}";do
1076
+
_devuuid=$(maj_min_to_uuid "$_luks_dev")
1077
+
_key_dir=$LUKS_CONFIGFS/$_devuuid
1078
+
_key_des=$LUKS_KEY_PRFIX$_devuuid
1079
+
if _key_id=$(keyctl request logon "$_key_des"2> /dev/null);then
1080
+
mkdir "$_key_dir"
1081
+
printf"%s""$_key_des">"$_key_dir"/description
1082
+
else
1083
+
derror "Failed to get logon key $_key_des. Ensure the link-volume-key option is correctly set up in /etc/crypttab (see man crypttab) and that the key is available."
0 commit comments