Forráskód Böngészése

chore(packer): Fixed readme

Tyler Ault 1 éve
szülő
commit
a2ba956797
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      packer/proxmox/README.md

+ 3 - 1
packer/proxmox/README.md

@@ -21,7 +21,9 @@ packer {
 
 
 ## Running Packer
 ## Running Packer
 
 
-```packer build -var-file ..\\credentials.pkr.hcl  ubuntu-server-noble.pkr.hcl```
+1. Navigate into the folder you want to create a template with
+2. Run ```packer build -var-file ../credentials.pkr.hcl .```
+
 
 
 ## Troubleshooting 
 ## Troubleshooting 
 - If you have tailscale installed, be aware that packer could grab the IP of your tailscale adapter rather than your LAN. You can either hard code the IP in the boot command or try setting the ```http_interface``` option
 - If you have tailscale installed, be aware that packer could grab the IP of your tailscale adapter rather than your LAN. You can either hard code the IP in the boot command or try setting the ```http_interface``` option