say Ericsson -- Proliant setup tool
say - Enter: 'capture' to boot the capture mode in 'data_files' directory
say - Enter: 'deploy' to boot the deploy mode that applies the configuration in 'data_files' directory
say - Enter: 'manual' to boot server and get a prompt to perform manual operations
say - Enter: 'ilo' to boot server and apply a basic iLO configuration (IP,GW, NM, passwd and license)
say - Enter: 'fw' to boot server and apply firmware update from the 'fw_files'directory

default capture
prompt 1
timeout 300

label capture
	kernel vmlinuz
	#append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rd.live.debug rd.shell rd.debug rdshell rddebug rdlivedebug selinux=0 rdinitdebug live_ram capture
	append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram capture

label deploy
	kernel vmlinuz
	append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram deploy

label manual
	kernel vmlinuz
	append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram manual

label ilo
	kernel vmlinuz
	append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram ilo

label fw
	kernel vmlinuz
	append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram fw

