Add a default dhcpcd_chrootdir

This commit is contained in:
roy 2020-04-02 13:02:05 +00:00
parent 852a3f7b05
commit e9f01a9072
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.conf,v 1.153 2020/02/03 09:12:53 roy Exp $ # $NetBSD: rc.conf,v 1.154 2020/04/02 13:02:05 roy Exp $
# #
# /etc/defaults/rc.conf -- # /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf # default configuration of /etc/rc.conf
@ -192,6 +192,7 @@ auto_ifconfig=YES # config all avail. interfaces
net_interfaces="" # used only if above is NO net_interfaces="" # used only if above is NO
flushroutes=YES # flush routes in netstart flushroutes=YES # flush routes in netstart
dhcpcd=NO dhcpcd_flags="-qM" # For ifconfig_XXX=dhcp. dhcpcd=NO dhcpcd_flags="-qM" # For ifconfig_XXX=dhcp.
dhcpcd_chrootdir="/var/chroot/dhcpcd"
ntpdate=NO ntpdate_flags="-b -s" # May need '-u' thru firewall ntpdate=NO ntpdate_flags="-b -s" # May need '-u' thru firewall
ppp=YES ppp_peers="" # /etc/ppp/peers to call ppp=YES ppp_peers="" # /etc/ppp/peers to call
ip6mode=host # host, autohost or router ip6mode=host # host, autohost or router