feat: add Rocky Linux 8 and 9 support

This commit is contained in:
AJ Schroeder
2024-06-11 22:36:19 -05:00
parent b2dcc40838
commit 3433e32258
19 changed files with 1767 additions and 13 deletions

View 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 ~}