Fixes in README

This commit is contained in:
Samuel Aubertin 2025-04-27 16:08:59 +02:00
parent 13433cd7eb
commit 6603cc9518

View File

@ -28,7 +28,10 @@ To get started with **skz-opack**, follow these steps:
- [libvirt](https://libvirt.org/) - [libvirt](https://libvirt.org/)
- [Vagrant](https://developer.hashicorp.com/vagrant/downloads) - [Vagrant](https://developer.hashicorp.com/vagrant/downloads)
- [Vagrant-Libvirt module](https://github.com/vagrant-libvirt/vagrant-libvirt) - [Vagrant-Libvirt module](https://github.com/vagrant-libvirt/vagrant-libvirt)
- [Terraform](https://developer.hashicorp.com/terraform/downloads) (for `opack-cloud`)
Additionally, for `opack-cloud`:
- [Packer googlecompute module](https://developer.hashicorp.com/packer/integrations/hashicorp/googlecompute)
- [Terraform](https://developer.hashicorp.com/terraform/downloads)
3. Use the project by including `path/to/skz-opack/src/opack.mk` and invoking the `opack` target in your Makefile to create a local OpenBSD virtual machine with Packer and Vagrant. Use the 'opack-cloud' target to run the same virtual machine in GCP with Terraform. 3. Use the project by including `path/to/skz-opack/src/opack.mk` and invoking the `opack` target in your Makefile to create a local OpenBSD virtual machine with Packer and Vagrant. Use the 'opack-cloud' target to run the same virtual machine in GCP with Terraform.
@ -68,7 +71,7 @@ Every default option ending with an `?` in "src/options.mk" can be overrided in
- `OPACK_GCE_PROJECT`: The Google Cloud project name where the VM will be created - `OPACK_GCE_PROJECT`: The Google Cloud project name where the VM will be created
- `OPACK_GCE_JSON_KEY`: The filename of the Google Cloud service account JSON key - `OPACK_GCE_JSON_KEY`: The filename of the Google Cloud service account JSON key
- `OPACK_GCE_BUCKET`: The Google Cloud Storage bucket name to use for the image import - `OPACK_GCE_BUCKET`: The Google Cloud Storage bucket name to use for the image import
- 'OPACK_VAGRANT_NETWORK': Define additional networks - `OPACK_VAGRANT_NETWORK`: Define additional custom Vagrant networks
## Examples ## Examples