mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 21:53:46 +00:00
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.
6 lines
157 B
Meson
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
|