Skip to content

Instantly share code, notes, and snippets.

@jimrollenhagen
Created December 17, 2014 15:55
host somename {
hardware ethernet a0:36:9f:33:73:20;
fixed-address 10.0.0.3;
if exists user-class and option user-class = "iPXE" {
filename "http://10.0.0.4/ipxe.txt";
} else {
filename "undionly.kpxe";
}
}
#!ipxe
dhcp
kernel http://10.0.0.4/agent-image/kernel.vmlinuz console=ttyS4,115200n8 coreos.autologin=ttyS4
initrd http://10.0.0.4/agent-image/ramdisk.cpio.gz
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment