feat: add centos 10 build

This commit is contained in:
AJ Schroeder
2025-02-20 23:30:04 -06:00
parent 9f1ff435ae
commit 621bbd061a
8 changed files with 822 additions and 0 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 ~}