Armin Hohenegger
2018-08-31 10:01:24 UTC
Hi,
I have to create a custom vagrant box from a rhel 7.5 image. My virtual box
vm comes up normal and is reachable over the network. To ensure this I
created a ifcfg file for the the interface enp0s3 under
/etc/sysconfig/network-scripts
ifcfg-enp0s3:
STARTMODE="auto"
DEVICE="enp0s3"
BOOTPROTO="dhcp"
ONBOOT="yes"
The disk created by the command "vagrant package" does not contain any
ifcfg files. I am not sure at which point they get deleted. As a result the
box is not reachable when started with vagrant up.
my vagrant version is 2.0.3 .
Does anyone have a idea whats could be the reason for this?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/06b0b927-0c28-4d00-915e-99237560d251%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have to create a custom vagrant box from a rhel 7.5 image. My virtual box
vm comes up normal and is reachable over the network. To ensure this I
created a ifcfg file for the the interface enp0s3 under
/etc/sysconfig/network-scripts
ifcfg-enp0s3:
STARTMODE="auto"
DEVICE="enp0s3"
BOOTPROTO="dhcp"
ONBOOT="yes"
The disk created by the command "vagrant package" does not contain any
ifcfg files. I am not sure at which point they get deleted. As a result the
box is not reachable when started with vagrant up.
my vagrant version is 2.0.3 .
Does anyone have a idea whats could be the reason for this?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/06b0b927-0c28-4d00-915e-99237560d251%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.