feat(fwupdmgr): not prompting for reboot when assume_yes#1274
feat(fwupdmgr): not prompting for reboot when assume_yes#1274lucaspar wants to merge 3 commits intotopgrade-rs:mainfrom
assume_yes#1274Conversation
|
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
From PR topgrade-rs#1274 by lucaspar. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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