Hi, The VM keeps all changes, most probably you've hit a rare case here. Check the following thread and see if it helps https://groups.google.com/d/topic/vagrant-up/eNGhhedLOmM/discussion
On 25 April 2014 18:40, Marcos Cano <[email protected]> wrote: > I'm confused about how vagrant manages this.. > > suppose i start a box from a Vagrantfile ubuntu -> vagrant up - > vagrant > ssh -> inside the box -> apt-get update & apt-get install "X packages" -> > modify some config files > > after a while my host system reboots (for any reason), then i start the > vagrant box and now any changes (installed packages, modified files) are > gone. > > is it a normal behaviour? > > how can i "commit" any changes i do to my vagrant 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 [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.
