diff --git a/readme.md b/readme.md index 8c79927..0aa8e93 100644 --- a/readme.md +++ b/readme.md @@ -20,6 +20,7 @@ Other information to know: | OS | VM Name | VM ID | Script | |----|---------|-------|--------| +| Debian 12 | debian.template.siempie.internal | 998 | scripts/debian12.sh | | Ubuntu 24 | ubuntu.template.siempie.internal | 999 | scripts/ubuntu24.sh | # Create packer user and role on Proxmox @@ -47,6 +48,10 @@ Since packer allows either an inline or a script execution there is a script per See the table above for the specific location per template. # Usage +Debian 12 Template: +``` +packer build -force -var-file variables.pkrvars.hcl debian12/packer.pkr.hcl +``` Ubuntu 24 Template: ``` packer build -force -var-file variables.pkrvars.hcl ubuntu24/packer.pkr.hcl