├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.box 2 | packer_cache 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DEPRECATED 2 | 3 | This repo has been deprecated in favor of boxcutter clones. 4 | 5 | Please go to the following repos depending on your distro of choice: 6 | 7 | * Ubuntu: https://github.com/puphpet/box-ubuntu 8 | * Debian: https://github.com/puphpet/box-debian 9 | * CentOS: https://github.com/puphpet/box-centos 10 | 11 | ## History 12 | 13 | The history of this repo is saved in the legacy branch: https://github.com/puphpet/packer-templates/tree/legacy 14 | --------------------------------------------------------------------------------