#!ipxe

echo "Installing AlmaLinux 10.x" 

set repo http ://repo.almalinux.org/almalinux/10.2/BaseOS/x86_64_v2/kickstart
set ks http://192.168.88.3/alma10/kickstart-files/server-kickstart.ks

kernel ${repo}/images/pxeboot/vmlinuz inst.ks=${ks}
initrd ${repo}/images/pxeboot/initrd.img
boot

