Enumeration

FwupdInstallFlags

unstable since: 2.0

Declaration

flags Fwupd.InstallFlags

Description [src]

Flags to set when performing the firmware update or install.

Available since: 2.0

Members

FWUPD_INSTALL_FLAG_NONE

No flags set.

  • Value: 0
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_OFFLINE

Schedule this for next boot.

  • Value: 1
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_ALLOW_REINSTALL

Allow reinstalling the same version.

  • Value: 2
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_ALLOW_OLDER

Allow downgrading firmware.

  • Value: 4
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_FORCE

Force the update even if not a good idea.

  • Value: 8
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_NO_HISTORY

Do not write to the history database.

  • Value: 16
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_ALLOW_BRANCH_SWITCH

Allow firmware branch switching.

  • Value: 32
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_IGNORE_CHECKSUM

Ignore firmware CRCs and checksums.

  • Value: 64
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_IGNORE_VID_PID

Ignore firmware vendor and project checks.

  • Value: 128
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_IGNORE_POWER

Ignore requirement of external power source (Deprecated since 1.7.0)

  • Value: 256
  • Nickname: None
  • Available since: 2.0
FWUPD_INSTALL_FLAG_NO_SEARCH

Do not use heuristics when parsing the image.

  • Value: 512
  • Nickname: None
  • Available since: 2.0