Skip to content
This repository was archived by the owner on Jun 4, 2020. It is now read-only.

Commit 9b70c84

Browse files
committed
Update instructions for creating the box
1 parent ca0eb3e commit 9b70c84

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README_CREATE_BOX.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Create Vagrant Box.
22

33
1. Comment out everything except `- init` from `setup.yml`
4-
2. Ensure that `install_profiler:` is set to `false`` in `variables.yml`
5-
3. Use correct base box in `Vagrantfile`
4+
2. Use correct base box in `Vagrantfile`
5+
3. `cp vm-provisioning/variables.yml.dist vm-provisioning/variables.yml`
66
4. `vagrant destroy -f`
77
5. `vagrant up`
8-
6. `vagrant package --output 19ft_phpdev_x.y.z.box`
9-
7. Upload to CDN and release new version on atlas.hashicorp.com
10-
8. delete `19ft_phpdev_x.y.z.box`
8+
6. ssh into box: `sudo su -; dd if=/dev/zero of=file; rm file`
9+
7. Back in host: `vagrant package --output 19ft_phpdev_x.y.z.box`
10+
8. Upload to CDN and release new version on atlas.hashicorp.com
11+
9. delete `19ft_phpdev_x.y.z.box`
1112

0 commit comments

Comments
 (0)