Go to file
ehlxr ca4b8f52c8 feat(): init
first commit

Signed-off-by: ehlxr <ehlxr.me@gmail.com>
2018-03-29 18:42:14 +08:00
base feat(): init 2018-03-29 18:42:14 +08:00
config feat(): init 2018-03-29 18:42:14 +08:00
.gitignore feat(): init 2018-03-29 18:42:14 +08:00
README.md feat(): init 2018-03-29 18:42:14 +08:00
Vagrantfile feat(): init 2018-03-29 18:42:14 +08:00

README.md

➜ vagrant box add -f centos-7.2 centos-7.2.box

➜ cd base

➜ vagrant up # 执行 init.sh 脚本时,最好保证能够 fq

➜ vagrant package --output centos-7.2-ehlxr.box

➜ vagrant box add -f centos-7.2-ehlxr centos-7.2-ehlxr.box