@@ -90,6 +90,7 @@ Note: Creating both boxes is possible using `packer build -parallel=off kali.jso
...
@@ -90,6 +90,7 @@ Note: Creating both boxes is possible using `packer build -parallel=off kali.jso
*[logging to console](https://docs.openstack.org/image-guide/openstack-images.html#ensure-image-writes-boot-log-to-console) to see boot logs in OpenStack
*[logging to console](https://docs.openstack.org/image-guide/openstack-images.html#ensure-image-writes-boot-log-to-console) to see boot logs in OpenStack
* tweak cloud-init config according to [OpenStack image requirements]https://docs.openstack.org/image-guide/openstack-images.html
* tweak cloud-init config according to [OpenStack image requirements]https://docs.openstack.org/image-guide/openstack-images.html
* clean up of the machine: apt autoremove, apt autoclean, rm -rf /var/log/, history -c
* clean up of the machine: apt autoremove, apt autoclean, rm -rf /var/log/, history -c
* add VBoxAdditions to Vagrant box
* add swap partition on boot using [cloud-init](https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=swap#mounts)
* add swap partition on boot using [cloud-init](https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=swap#mounts)
* CI for building and storing the images? Each push to our lab git
* CI for building and storing the images? Each push to our lab git
repository will trigger a CI job that will build both QEMU and VMware and store
repository will trigger a CI job that will build both QEMU and VMware and store