#!ipxe
# Hi! Do you come here often? 
# What's your name?
# Where ya from?

echo "Installing AlmaLinux 10.x" 
set repo http://repo.almalinux.org/almalinux/10.2/BaseOS/x86_64_v2/os/
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

