# This file was deployed via 'Agama default PXEGrub2' template

set default=0
set timeout=10

menuentry 'Agama default PXEGrub2' {
  linux boot/centos-mirror-nrm0GtSX1ZC5-vmlinuz ip=dhcp showopts root=live:url --url http://mirror.centos.org/centos/7/os/x86_64/LiveOS/squashfs.img inst.install_url=url --url http://mirror.centos.org/centos/7/os/x86_64/install/ inst.auto=http://foreman.example.com/unattended/provision fips=1
  initrd boot/centos-mirror-nrm0GtSX1ZC5-initrd.img
}

# Smart proxy does not have HTTPBoot feature with HTTP port enabled, skipping EFI HTTP boot menu entry

# Smart proxy does not have HTTPBoot feature with HTTPS port enabled, skipping EFI HTTPS boot menu entry




