Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

mouse

FAQ

How to restart xorg or what ever window manager

$ vagrant ssh
[vagrant@mouse ~]$ sudo killall Xorg

How to package and reuse?

$ vagrant up
$ vagrant package --base mouse

How to update and rebuild box locally after I've made changes to the Vagrantfile?

# make edits
$ vagrant up
$ vagrant package --base mouse
$ vagrant box remove mouse
$ vagrant box add --name mouse /path/to/mouse/packgage.box