Compare commits
	
		
			2 Commits
		
	
	
		
			dfece0cb83
			...
			9af820f932
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					9af820f932 | ||
| 
						 | 
					4b05e2f8c9 | 
							
								
								
									
										4
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								build.sh
									
									
									
									
									
								
							@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					 #!/bin/bash
 | 
				
			||||||
 | 
					 # uncomment for debug log
 | 
				
			||||||
 | 
					 # export PACKER_LOG=1
 | 
				
			||||||
 | 
					 packer build -on-error=cleanup -var-file=customdebian12.pkrvars.hcl debian12.pkr.hcl
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,6 +76,7 @@ source "proxmox-iso" "debian12" {
 | 
				
			|||||||
  username                 = "${var.proxmox_api_token_id}"
 | 
					  username                 = "${var.proxmox_api_token_id}"
 | 
				
			||||||
  vm_id                    = 99998
 | 
					  vm_id                    = 99998
 | 
				
			||||||
  vm_name                  = local.vm_name
 | 
					  vm_name                  = local.vm_name
 | 
				
			||||||
 | 
					  pool                     = "packer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  efi_config {
 | 
					  efi_config {
 | 
				
			||||||
    efi_storage_pool  = "${local.storage_pool}"
 | 
					    efi_storage_pool  = "${local.storage_pool}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user