virtualbox - /etc/sudoers in vagrant box not being persisted -
virtualbox - /etc/sudoers in vagrant box not being persisted -
i'm not seeing changes made /etc/sudoers persisted 1 virtualbox another.
in base of operations vagrantfile bundle "base.box" has changes made /etc/sudoers when vagrant ssh, see changes fine.
in vagrantfile build off "base.box" via
config.vm.box = "base" config.vm.box_url = "../base.box" this builds fine, when vagrant ssh. changes made /etc/sudoers lost base.
i have uploaded both vagrant files... base/vagrantfile , second/vagrantfile
https://gist.github.com/joshuacalloway/5192401a1eeb287fc4aa
the changes create on 1 vagrant box not persist next, changes not saved base.box rather instance of it.
if want create own base.box persist changes take @ https://docs.vagrantup.com/v2/virtualbox/boxes.html
vagrant virtualbox
Comments
Post a Comment