Mario Limonciello
Mario Limonciello
>The required changes in snapd have been merged so now it can be easily tested That's great, thanks! >Also the snapcraft has the needed fixes. Remember to use "latest/stable" of...
I've filed https://forum.snapcraft.io/t/classic-strict-fwupd/33731 for the request to allow the upload and connect those.
@xnox the code to install and set all that up is here: https://github.com/fwupd/fwupd/blob/master/plugins/uefi-capsule/fu-uefi-bootmgr.c#L298 >Where is the code for that? I.e. ideally i want to sign vendor and ship fwupd.efi with...
@nullr0ute so is the intention that eventually that other clevis-pin-tpm2 gets merged into this branch?
I guess with regards to authorization policies though and making it easy to use them, clevis' framework would need to make some decisions. IE where to pick up keypairs to...
> Would a check with warning for kernel < 4.12 help? No, because it's entirely possible to backport a feature to older kernels. It's better to test for the interface.
When you say latest, can you specify what commit hash? We just made a fix for this (again!) which I'm surprised to hear is not working: https://github.com/fwupd/fwupd/commit/5f221172736fcd460441abc62ea1c399f41512c1
> I'm unable to update my firmware on Dell G3 3779 with `sudo fwupdtool update --force` and got the same error: > ``` > $ sudo fwupdtool update --force --disable-ssl-strict...
> I just can't figure out what's wrong with my OS (or settings) so I can not update to latest firmware (which is `1.25.0`) with consecutive `fwupdmgr refresh --force &&...
A passing system firmware configuration is like this: ``` ✔ Suspend-to-idle: Enabled ✔ Suspend-to-ram: Disabled ``` I think we have a documentation problem here. https://github.com/fwupd/fwupd/pull/7566