Enumeration
FwupdInstallFlags
Members
Name | Description |
---|---|
FWUPD_INSTALL_FLAG_NONE |
No flags set. |
FWUPD_INSTALL_FLAG_OFFLINE |
Schedule this for next boot. |
FWUPD_INSTALL_FLAG_ALLOW_REINSTALL |
Allow reinstalling the same version. |
FWUPD_INSTALL_FLAG_ALLOW_OLDER |
Allow downgrading firmware. |
FWUPD_INSTALL_FLAG_FORCE |
Force the update even if not a good idea. |
FWUPD_INSTALL_FLAG_NO_HISTORY |
Do not write to the history database. |
FWUPD_INSTALL_FLAG_ALLOW_BRANCH_SWITCH |
Allow firmware branch switching. |
FWUPD_INSTALL_FLAG_IGNORE_CHECKSUM |
Ignore firmware CRCs and checksums. |
FWUPD_INSTALL_FLAG_IGNORE_VID_PID |
Ignore firmware vendor and project checks. |
FWUPD_INSTALL_FLAG_IGNORE_POWER |
Ignore requirement of external power source (Deprecated since 1.7.0) |
FWUPD_INSTALL_FLAG_NO_SEARCH |
Do not use heuristics when parsing the image. |