vagrant/templates/guests/suse/network_dhcp.erb

7 lines
177 B
Plaintext
Raw Normal View History

2013-05-03 10:39:26 +00:00
#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
BOOTPROTO='dhcp'
STARTMODE='auto'
DEVICE='eth<%= options[:interface] %>'
2013-05-03 10:39:26 +00:00
#VAGRANT-END