/etc/firmware/firmware.d/firmware-extract.conf is in firmware-extract 2.0.13-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [plugin:extract_cmd]
# This provides the raw lspci inventory that is used to find payloads for pci
# cards.
enabled=1
module=extract_cmd
search=%(pkgdatadir)s/plugins
separate_logs=1
extract_topdir=%(localstatedir)s/lib/firmware-extract/extract/
# by default these will follow extract_topdir, unless you override it here.
#db_path=%(extract_topdir)s/db
#log_path=%(extract_topdir)s/log
[plugin:buildpkg_cmd]
# This provides the raw lspci inventory that is used to find payloads for pci
# cards.
enabled=1
module=buildpkg_cmd
search=%(pkgdatadir)s/plugins
# a test plugin to demonstrate extract plugin api
[plugin:mock_extract]
enabled=1
module=firmware_extract.mockextract
|