Valid BOOTPROTO choices include: `none`, `bootp` and `dhcp`. In the case of static network addresses `none` should be used.
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
#VAGRANT-BEGIN
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
BOOTPROTO=none
|
|
IPADDR=<%= options[:ip] %>
|
|
NETMASK=<%= options[:netmask] %>
|
|
DEVICE=eth<%= options[:interface] %>
|
|
PEERDNS=no
|
|
#VAGRANT-END
|