-
Notifications
You must be signed in to change notification settings - Fork 203
feat(fwupdmgr): not prompting for reboot when assume_yes
#1274
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
base: main
Are you sure you want to change the base?
Conversation
|
I disagree that assume_yes should imply ignoring reboots. Instead I would prefer a solution like #1143 separating it into another configuration value, where ignoring the reboot can be the default. However having a single option for both is probably preferred, do you agree? We should look at things like needrestart as well to unify this, having to set only a single configuration value for asking or ignoring. I don't have the time for that right now, but I will look at it later. Thanks! |
|
Choosing B when |
Does |
|
I just realized that firmware upgrades might actually be a different case than Lmk what you think! |
|
yes, that makes sense to me |
|
If you want, you can edit this PR to do add this as a config option (like |
|
Opened #1299 |
assume_yesassume_yes
What does this PR do
One of the reasons
assume_yesis used is to reduce user prompts to a minimum. This prevents this prompt fromfwupdmgrwhen updates are applied:Reference:
Standards checklist
CONTRIBUTING.md