Skip to content
Snippets Groups Projects
Commit b2610c78 authored by Jan Vykopal's avatar Jan Vykopal
Browse files

Update README.md - VBoxAdditions

parent 69f9df3a
Branches main
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment