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

set default=0
set timeout=10

menuentry 'Preseed default PXEGrub2' {
  linuxefi  boot/debian-mirror-RpV7E2zxrKHe-linux interface=auto url=http://foreman.example.com/unattended/provision ramdisk_size=10800 root=/dev/rd/0 rw auto BOOTIF=01-$net_default_mac auto=true locale=en_US netcfg/disable_dhcp=false locale=en_US hostname=snapshot-ipv4-dhcp-deb10 domain=snap.example.com
  initrdefi boot/debian-mirror-RpV7E2zxrKHe-initrd.gz
}


