feat: add Rocky Linux 8 and 9 support
This commit is contained in:
12
builds/network.pkrvars.hcl.example
Normal file
12
builds/network.pkrvars.hcl.example
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
DESCRIPTION:
|
||||
Network variables used for all builds.
|
||||
- Variables are passed to and used by guest operating system configuration files (e.g., ks.cfg).
|
||||
|
||||
*/
|
||||
|
||||
// VM Network Settings (default DHCP)
|
||||
// vm_ip_address = "192.168.101.100"
|
||||
// vm_ip_netmask = 24
|
||||
// vm_ip_gateway = "192.168.101.1"
|
||||
// vm_dns_list = [ "8.8.8.8", "8.8.4.4" ]
|
||||
Reference in New Issue
Block a user