mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
devd is now on by default
Reviewed by: dfr,njr (not nate!)
This commit is contained in:
parent
105711487e
commit
d8dbb9937b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ swapfile="NO" # Set to name of swapfile if aux swapfile desired.
|
|||
apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
|
||||
apmd_enable="NO" # Run apmd to handle APM event from userland.
|
||||
apmd_flags="" # Flags to apmd (if enabled).
|
||||
devd_enable="NO" # Run devd, to trigger programs on device tree changes.
|
||||
devd_enable="YES" # Run devd, to trigger programs on device tree changes.
|
||||
kldxref_enable="NO" # Build linker.hints files with kldxref(8).
|
||||
kldxref_clobber="NO" # Overwrite old linker.hints at boot.
|
||||
kldxref_module_path="" # Override kern.module_path. A ';'-delimited list.
|
||||
|
|
|
|||
Loading…
Reference in a new issue