mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Sync the know variables with factory.
This commit is contained in:
parent
21bacf0100
commit
fe7523cbbd
@ -1162,7 +1162,7 @@ function load_loader_conf($loader_conf = NULL, $local = false) {
|
||||
/* These values should be removed from loader.conf and loader.conf.local
|
||||
* As they will be replaced when necessary. */
|
||||
$remove = array("hw.usb.no_pf", "hint.mdio.0.at", "hint.e6000sw.0",
|
||||
"vm.pmap.pti");
|
||||
"hw.e6000sw.default_disabled", "vm.pmap.pti");
|
||||
if (!$local) {
|
||||
/* These values should only be filtered in loader.conf, not .local */
|
||||
$remove = array_merge($remove,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user