preseed/isolinux.cfg
author Tero Marttila <terom@fixme.fi>
Wed, 28 Dec 2011 11:04:02 +0200
changeset 6 8ed4a750d133
parent 1 51b1db97f448
child 7 ab661ceed4dc
permissions -rw-r--r--
let partitioner chose disk automatically?
# Custom PVL isolinux.cfg for preseed booting
menu hshift 15
menu width 49

menu title Installer boot menu
include stdmenu.cfg

default preseed
label preseed
	menu label ^Install (Preseed {GUEST_NAME})
	menu default
	kernel /install.amd/vmlinuz
	append vga=788 initrd=/install.amd/initrd.gz auto=true priority=critical preseed/file=/cdrom/{INSTALL_PRESEED_NAME} preseed/file/checksum={INSTALL_PRESEED_CHECKSUM} -- quiet 



default vesamenu.c32
prompt 1
timeout 20