mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
unbound: fix missing /lib; closes #7274
This commit is contained in:
parent
292a34d83f
commit
fd00972988
@ -142,6 +142,7 @@ function unbound_generate_config()
|
||||
|
||||
mwexecf('/sbin/mount -t devfs devfs %s', '/var/unbound/dev');
|
||||
mwexecf('/sbin/mount -r -t nullfs %s %s', [$python_dir, $chroot_python_dir]);
|
||||
mwexec('/sbin/mount -r -t nullfs /lib /var/unbound/lib');
|
||||
|
||||
$optimization = unbound_optimization();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user