diff options
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index b3a2102..05dde3a 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -146,6 +146,9 @@ unmute_kernel_msgs(); echo "done.\n"; + /* generate resolv.conf */ + system_resolvconf_generate(); + /* start pflog */ filter_pflog_start(); |