vagrant/templates/guests/suse/network_dhcp.erb

7 lines
171 B
Plaintext

#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
BOOTPROTO='dhcp'
STARTMODE='auto'
DEVICE='<%= options[:device] %>'
#VAGRANT-END