Merge pull request #5 from ajschroeder/develop
feat: push changes from develop to main
This commit is contained in:
@@ -10,6 +10,7 @@ additional_packages:
|
|||||||
RedHat:
|
RedHat:
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- curl
|
- curl
|
||||||
|
- python3
|
||||||
- unzip
|
- unzip
|
||||||
- wget
|
- wget
|
||||||
Suse:
|
Suse:
|
||||||
|
|||||||
@@ -8,10 +8,15 @@
|
|||||||
- Use a size value of -1 to use all remaining space on disk.
|
- Use a size value of -1 to use all remaining space on disk.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
// This section is an example when you want to build a VM with the BIOS bootloader
|
// This section is an example when you want to build a VM with the BIOS bootloader
|
||||||
// using a single partition that consumes the entire VM disk.
|
// using a single partition that consumes the entire VM disk.
|
||||||
|
|
||||||
|
// BIOS doesn't need EFI settings, but Packer does
|
||||||
|
// VM EFI Settings
|
||||||
|
vm_efi_storage_pool = ""
|
||||||
|
vm_efi_type = ""
|
||||||
|
vm_efi_pre_enrolled_keys = false
|
||||||
|
|
||||||
// VM Storage Settings
|
// VM Storage Settings
|
||||||
vm_disk_device = "vda"
|
vm_disk_device = "vda"
|
||||||
vm_disk_use_swap = true
|
vm_disk_use_swap = true
|
||||||
@@ -30,7 +35,6 @@ vm_disk_partitions = [
|
|||||||
volume_group = "",
|
volume_group = "",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// This section is an example when you want to build a VM with the UEFI bootloader
|
// This section is an example when you want to build a VM with the UEFI bootloader
|
||||||
@@ -411,4 +415,4 @@ vm_disk_lvm = [
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Proxmox settings for VM templates
|
||||||
|
vm_bridge_interface = "vmbr0"
|
||||||
|
vm_vlan_tag = ""
|
||||||
|
|
||||||
// VM Network Settings (default DHCP)
|
// VM Network Settings (default DHCP)
|
||||||
// vm_ip_address = "192.168.101.100"
|
// vm_ip_address = "192.168.101.100"
|
||||||
// vm_ip_netmask = 24
|
// vm_ip_netmask = 24
|
||||||
|
|||||||
Reference in New Issue
Block a user