#!gpxe
#
# This file was deployed via 'Preseed default iPXE Autoinstall' template
#
# Supported host/hostgroup parameters:
#
# blacklist = module1, module2
#   Blacklisted kernel modules
#
# lang = en_US
#   System locale
#
# WARNING
#
# Foreman will not download the kernel/initramdisk to PXE automatically. Please follow
# the official Ubuntu documentation and extract the files from the LiveCD (DVD) manually
# and optionally update the KERNEL and INITRD lines in this template.
#


kernel http://archive.ubuntu.com/ubuntu/casper/vmlinuz initrd=initrd root=/dev/rd/0 rw auto ip=dhcp BOOTIF=00-f0-54-1a-7e-e0 ramdisk_size=1500000 fsck.mode=skip autoinstall url=http://archive.ubuntu.com:80/ubuntu.iso cloud-config-url=/dev/null ds=nocloud-net;s=http://foreman.example.com/userdata/00-f0-54-1a-7e-e0/ console-setup/ask_detect=false locale=en_US localechooser/translation/warn-light=true localechooser/translation/warn-severe=true hostname=snapshot-ipv4-dhcp-ubuntu20 domain=snap.example.com

initrd http://archive.ubuntu.com/ubuntu/casper/initrd

imgstat
sleep 2
boot
