preseed/isolinux.cfg
changeset 1 51b1db97f448
child 6 8ed4a750d133
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/preseed/isolinux.cfg	Tue Dec 13 20:17:57 2011 +0200
@@ -0,0 +1,21 @@
+# 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
+
+