- Download/Install packer
- Download CentOS7 Minimal ISO to the iso/ directory in this project
- Run
packer build packer/centos7-disa-stig.json
- After packer image is built we can import into Vagrant with
vagrant box add <path to box> --name <name of box>
- Download the CentOS7 Minimal ISO to the iso directory
- Generate a sha1sum for the iso using
sha1sum
- Open the packer file in
packer/<desired packer file>
and change the iso_hash - Run packer to build the desired packer image `packer build packer/centos7-disa-stig.json
- Import the packer box into Vagrant with
vagrant box add <path to box> --name <name of box>
- Download the CentOS7 NetInstall ISO to the iso directory
- Generate the sha1sum for the iso usin
sha1sum
- open the packer file in
packer/centos7-disa-stig-workstation.json
and change the iso_hash - Run packer to build the desired packer iamge
packer build packer/centos7-disa-stig-workstation.json
- Import the packer box into Vagrant with
vagrant box add centos7-disa-stig-workstation_libvirt.box --name centos7-disa-stig-workstation