solar/bootstrap/playbooks/files/pxelinux.cfg
Evgeniy L 5da5f18760 Add option to boot slave using pxe into bootstrap image
This functionality is required in order to perform
partitioning/provisioning.
2015-10-09 21:02:38 +03:00

12 lines
283 B
INI

default vesamenu.c32
menu title Live CD Choices
prompt 0
timeout 3
menu autoboot
label ubuntu
menu label Ubuntu
kernel /ubuntu/linux
append initrd=/ubuntu/initramfs.img verbose fetch=http://{{http_ip}}:{{http_port}}/ubuntu/root.squashfs ip=dhcp boot=live
iappend 2