DEFAULT menu.c32
PROMPT 0
ALLOWOPTIONS 0
TIMEOUT 100
#NOESCAPE 1

#MENU SHIFTKEY 1
MENU TITLE PXE Boot Menu

LABEL local
MENU LABEL Local Boot
MENU DEFAULT
localboot 0



label dos
MENU LABEL DosW98
kernel memdisk
append initrd=images\98.ima

label bart
MENU LABEL BartPE Floppy
kernel memdisk
append initrd=images\bart.ima

label GhostUSB
MENU LABEL GhostUSB
kernel memdisk
append initrd=images\ghostusb.img

LABEL bootutils
	MENU LABEL > Utilitaires de ^boot
	KERNEL menu.c32
	APPEND menuconf/bootutil.conf

LABEL ubuntu
	MENU LABEL > install ubuntu 7.04
	KERNEL menu.c32
	APPEND menuconf/ubuntu.conf
	
LABEL suse
	MENU LABEL > install OpenSuse
	KERNEL menu.c32
	APPEND menuconf/suse.conf
	
LABEL hddUtils
	MENU LABEL > Utilitaires de ^disques dur
	KERNEL menu.c32
	APPEND menuconf/diskutil.conf
	
LABEL part
    MENU LABEL > Partition Tools
    KERNEL menu.c32
    APPEND menuconf/part.conf 

LABEL sysUtils
    MENU LABEL > Utilitaires ^systemes
    KERNEL menu.c32
    APPEND menuconf/sysutils.conf 

LABEL LiveCDs
    MENU LABEL > Live CDs
    KERNEL menu.c32
    APPEND menuconf/LiveCDs.conf 
    
label reboot
MENU LABEL ^Redemarrer
kernel reboot.com

label shutdown
MENU LABEL ^Eteindre
kernel halt.com