|
@@ -1054,6 +1054,7 @@ function create_keydrive_master {
|
1054
|
1054
|
dialog --title $"USB Master Keydrive" \
|
1055
|
1055
|
--msgbox $"Plug in a LUKS encrypted USB drive" 6 40
|
1056
|
1056
|
clear
|
|
1057
|
+ detect_usb_drive
|
1057
|
1058
|
${PROJECT_NAME}-keydrive -u $SELECTED_USERNAME --master 'yes'
|
1058
|
1059
|
any_key
|
1059
|
1060
|
}
|
|
@@ -1066,6 +1067,7 @@ function create_keydrive_fragment {
|
1066
|
1067
|
dialog --title $"USB Fragment Keydrive" \
|
1067
|
1068
|
--msgbox $"Plug in a LUKS encrypted USB drive" 6 40
|
1068
|
1069
|
clear
|
|
1070
|
+ detect_usb_drive
|
1069
|
1071
|
${PROJECT_NAME}-keydrive -u $SELECTED_USERNAME
|
1070
|
1072
|
any_key
|
1071
|
1073
|
}
|