# Perform a local boot by default
default installauto
# Always prompt
prompt 1
# Display the bootup message
display pxeboot.msg
# Boot automatically after 30 seconds in tenths of a second
timeout 300
label local
        localboot 0
label install
	kernel vmlinuz
	append initrd=initrd.img
label installauto
	kernel vmlinuz
	append initrd=initrd.img ks=http://10.0.0.1/terix/ks.cfg


