-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make gnupg pubkey export an option only in oem-factory-reset #766
Conversation
Since linuxboot#758 is merged, users have a option to export GnuPG pubkey if necessary. Thus, we they do not need to insert a USB drive during factory reset. Until now the whole process failed just because a user did not provide a USB drive instead. This shall be fixed by this commit
As wrongly wrote (sorry) in #764 (comment) :
So in this case, I would set the default to N in the factory-reset script prompt, detect if there is USB drive and not fail but continue? |
Sounds good to me! |
To add: I am preparing a commit accordingly. |
This should be fine now :) |
@alex-nitrokey : conflict needs to be resolved prior of merging and testing |
Should be good to go again now :) |
Works as intended. |
Since #758 is merged, users have a option to export GnuPG pubkey if
necessary. Thus, we they do not need to insert a USB drive during
factory reset. Until now the whole process failed just because a user
did not provide a USB drive instead.
This shall be fixed by this commit