feat: add rocky linux 10 (#9)

This commit is contained in:
TheHitman1977
2025-06-18 23:49:54 -05:00
committed by GitHub
parent 90771c65d1
commit 566c4d857c
11 changed files with 895 additions and 15 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 ~}