prompt 0
timeout 300
default first
UI menu.c32

menu title ########## LGL Install Menu ##########

label first
	menu label ^1) Boot from harddisk
    localboot -1

label lglmin
    menu label ^2) LGL 2.7 mininal install
    kernel /kernel/gaiarise
    append initrd=/images/gaiarise.img vga=normal lgldev=pxe lgltyp=min lglurl=http://laconian-linux.org/pxe/lgl-2.7 lglcon=vga

label lgldsk
    menu label ^3) LGL 2.7 desktop install
    kernel /kernel/gaiarise
    append initrd=/images/gaiarise.img vga=normal lgldev=pxe lgltyp=dsk lglurl=http://laconian-linux.org/pxe/lgl-2.7 lglcon=vga

label rescue
    menu label ^4) Boot into rescue system
    kernel /kernel/gaiarise
    append initrd=/images/gaiarise.img vga=normal lgldev=pxe lgltyp=rsc

