feat: add Rocky Linux 8 and 9 support
This commit is contained in:
5
builds/linux/rocky/9/data/network.pkrtpl.hcl
Normal file
5
builds/linux/rocky/9/data/network.pkrtpl.hcl
Normal file
@@ -0,0 +1,5 @@
|
||||
%{ if ip != null ~}
|
||||
network --device=${device} --bootproto=static --ip=${ip} --netmask=${cidrnetmask("${ip}/${netmask}")} --gateway=${gateway} --nameserver=${join(",", dns)}
|
||||
%{ else ~}
|
||||
network --device=${device} --bootproto=dhcp
|
||||
%{ endif ~}
|
||||
Reference in New Issue
Block a user