feat: add almalinux 10 (#8)

This commit is contained in:
TheHitman1977
2025-06-15 08:49:44 -05:00
committed by GitHub
parent 3470d0c076
commit 24b5c25e6f
11 changed files with 923 additions and 37 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 ~}