Hi.
Can i use vagrant file, for pxe installation. I need that virtual machine from my vagrant file will be install automatically from a pxe server.
Answers to your questions
Hi.
Can i use vagrant file, for pxe installation. I need that virtual machine from my vagrant file will be install automatically from a pxe server.
It doesn’t make sense to use Vagrant for that. All you’d be doing is launching a VM that, once PXE booted, would no longer be able to interact with Vagrant. If you’re using VirtualBox, just use the VBoxManage command to create, configure, and start a VM.