vagrant/templates/guests/arch/network_dhcp.erb

5 lines
121 B
Plaintext
Raw Normal View History

CONNECTION='ethernet'
DESCRIPTION='A basic dhcp ethernet connection'
INTERFACE='eth<%= options[:interface] %>'
IP='dhcp'