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. On Thu, Feb 12, 2015 at 5:25 AM, Mauricio Scheffer <[email protected]> wrote: > I know this is technically not related to Vagrant itself but maybe someone > can help or point me to the right place to ask this. > Say I want to use this box: > https://vagrantcloud.com/ypereirareis/boxes/debian-elasticsearch-amd64 but I > want to upgrade Java and Elasticsearch. How do I go about forking and > upgrading this? I can't seem to find the source for these boxes. > > Thanks, > Mauricio > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
