From 6603cc9518185a0c311d29890fb0ba4a30aecbfb Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Sun, 27 Apr 2025 16:08:59 +0200 Subject: [PATCH] Fixes in README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fc2cb8..b34b2c3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ To get started with **skz-opack**, follow these steps: - [libvirt](https://libvirt.org/) - [Vagrant](https://developer.hashicorp.com/vagrant/downloads) - [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. @@ -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_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_VAGRANT_NETWORK': Define additional networks +- `OPACK_VAGRANT_NETWORK`: Define additional custom Vagrant networks ## Examples