vagrant/templates/guests/freebsd/network_dhcp.erb

5 lines
95 B
Plaintext

#VAGRANT-BEGIN
ifconfig_<%= options[:device] %>="DHCP"
synchronous_dhclient="YES"
#VAGRANT-END