fwupd/data/bios-settings.d/meson.build
Mario Limonciello 04c2186edc Add support for loading default BIOS settings policy
A user can place a JSON file in /etc/fwupd/bios-settings.d/ with
the default desired policy for the machine.

fwupd will load this policy on startup to ensure BIOS settings
are set as desired by the system administrator.
2022-08-24 12:59:42 -05:00

6 lines
157 B
Meson

if build_standalone and host_machine.system() == 'linux'
install_data('README.md',
install_dir: join_paths(sysconfdir, 'fwupd', 'bios-settings.d')
)
endif