Hello,
You can send an email asking the person who did that box for info on sources.
http://blog.overnetcity.com/me-contacter/
Or, the Easiest way:
mkdir myversion
cd myversion
vagrant init ypereirareis/debian-elasticsearch-amd64 -m
vagrant up
once you are happy with the results
delete /etc/udev/rules.d/70-persistent-net.rule or similar if present
vagrant halt
VBoxManage list vms
vagrant package --base <name_as_in_VBOX> --output <name.box>
https://docs.vagrantup.com/v2/cli/package.html
--base NAME - Instead of packaging a VirtualBox machine that Vagrant
manages, this will package a VirtualBox machine that VirtualBox
manages. NAME should be the name or UUID of the machine from the
VirtualBox GUI.
--output NAME - The resulting package will be saved as NAME. By
default, it will be saved as package.box.
> --
> 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.
> For more options, visit
https://groups.google.com/d/optout.