vagrant/templates/guests/fedora/network_dhcp.erb

7 lines
161 B
Plaintext
Raw Normal View History

2012-03-04 23:42:37 +00:00
#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
BOOTPROTO=dhcp
ONBOOT=yes
DEVICE=<%= options[:device] %>
2012-03-04 23:42:37 +00:00
#VAGRANT-END