Gjsify LogoGjsify Logo

Index

Enumeration Members

Enumeration Members

NONE: number

Script do not require device drivers to be signed.

STRICT: number

Script must only be given signed device drivers. Some scripts will allow overriding this requirement through #osinfo_install_config_set_driver_signing function. You can query if a script supports this by checking if #OSINFO_INSTALL_CONFIG_PROP_DRIVER_SIGNING configuration parameter is used by the script in question (or other scripts in the same profile).

WARN: number

A warning will be issued by OS installer if device drivers are not signed and most probably require user input (and thus breaking unattended installation). See #OSINFO_DEVICE_DRIVER_SIGNING_REQ_STRICT on how this warning can be disabled for some scripts.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method