Fwupd.InstallFlags – fwupd Reference Manual
InstallFlags
Description:
[
CCode
( cprefix =
"FWUPD_INSTALL_FLAG_"
, has_type_id =
false
) ]
[
Flags
]
public
enum
InstallFlags
Flags to set when performing the firmware update or install.
Namespace:
Fwupd
Package:
fwupd
Content:
Enum values:
ALLOW_BRANCH_SWITCH
-
Allow firmware branch switching
ALLOW_OLDER
-
Allow downgrading firmware
ALLOW_REINSTALL
-
Allow reinstalling the same version
FORCE
-
Force the update even if not a good idea
IGNORE_CHECKSUM
-
Ignore firmware CRCs and checksums
IGNORE_POWER
-
Ignore requirement of external power source
IGNORE_VID_PID
-
Ignore firmware vendor and project checks
NONE
-
No flags set
NO_HISTORY
-
Do not write to the history database
NO_SEARCH
-
Do not use heuristics when parsing the image
OFFLINE
-
Schedule this for next boot
2022 vala-language.org