oem-factory-reset: simplify first question for users to have a GPG key material backup and enable GPG Authentication

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2023-11-02 12:49:13 -04:00
parent 85266452fa
commit 644a59ab60
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -865,7 +865,7 @@ if [ "$use_defaults" == "n" -o "$use_defaults" == "N" ]; then
fi
#Prompt to ask if user wants to generate GPG key material in memory or on smartcard
echo -e -n "Would you like to format an encrypted USB Thumb drive to store GPG key material generated in memory?\n (Required to enable GPG authentication) [y/N]: "
echo -e -n "Would you like to format an encrypted USB Thumb drive to store GPG key material?\n (Required to enable GPG authentication) [y/N]: "
read -n 1 prompt_output
echo
if [ "$prompt_output" == "y" \