This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020/11/13 17:37:42 [INFO] Packer version: 1.6.5 [go1.15.3 linux amd64] | |
2020/11/13 17:37:42 Checking 'PACKER_CONFIG' for a config file path | |
2020/11/13 17:37:42 'PACKER_CONFIG' not set; checking the default config file path | |
2020/11/13 17:37:42 Attempting to open config file: /home/user/.packerconfig | |
2020/11/13 17:37:42 [WARN] Config file doesn't exist: /home/user/.packerconfig | |
2020/11/13 17:37:42 Setting cache directory: /home/user/git/infra/packer/packer_cache | |
2020/11/13 17:37:42 Creating plugin client for path: /usr/local/bin/packer | |
2020/11/13 17:37:42 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-builder-proxmox"} | |
2020/11/13 17:37:42 Waiting for RPC address for: /usr/local/bin/packer | |
2020/11/13 17:37:42 packer-builder-proxmox plugin: [INFO] Packer version: 1.6.5 [go1.15.3 linux amd64] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "proxmox-iso", | |
"proxmox_url": "https://proxmox.example.com:8006/api2/json", | |
"insecure_skip_tls_verify": true, | |
"username": "apiuser@pve", | |
"password": "apiuser", | |
"node": "proxmox", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set __COMPAT_LAYER=RUNASINVOKER | |
start "Black Desert Online" "Black Desert Online Launcher.exe" |