mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-09 07:45:23 +00:00
![]() If we send junk to UpdateMetadata() the deamon did something like this: * Clear existing entries from memory * Try to load junk file into memory -> error This left us with no entries in the in-memory store, which required the user to either keep retrying the 'fwupdmgr update' until it worked or just forced them to restart fwupd so it loaded the old valid store from the cache file. Now, only clear the in-memory store and add the new firmware entries when we know the file has been parsed correctly. Fixes: https://github.com/hughsie/fwupd/issues/35 |
||
---|---|---|
.tx | ||
contrib | ||
data | ||
docs | ||
libfwupd | ||
m4 | ||
po | ||
policy | ||
src | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
git.mk | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
README.md | ||
RELEASE |
fwupd
This project aims to make updating firmware on Linux automatic, safe and reliable.
ColorHug Support
You need to install colord 1.2.9 which may be newer that your distribution provides. Compile it from source https://github.com/hughsie/colord or grab the RPMs here http://people.freedesktop.org/~hughsient/fedora/
If you don't want or need this functionality you can use the
--disable-colorhug
option.
UEFI Support
If you're wondering where to get fwupdate
from, either compile it form source
(you might also need a newer efivar
) from https://github.com/rhinstaller/fwupdate
or grab the RPMs here https://pjones.fedorapeople.org/fwupdate/
If you don't want or need this functionality you can use the --disable-uefi
option.