source: ProjectBuilder/projects/proliantusbkey/devel/syslinux.cfg@ 1331

Last change on this file since 1331 was 1331, checked in by Bruno Cornec, 13 years ago

Adds a new proliantusbkey project

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1say Ericsson -- Proliant setup tool
2say - Enter: 'capture' to boot the capture mode in 'data_files' directory
3say - Enter: 'deploy' to boot the deploy mode that applies the configuration in 'data_files' directory
4say - Enter: 'manual' to boot server and get a prompt to perform manual operations
5say - Enter: 'ilo' to boot server and apply a basic iLO configuration (IP,GW, NM, passwd and license)
6say - Enter: 'fw' to boot server and apply firmware update from the 'fw_files'directory
7
8default capture
9prompt 1
10timeout 300
11
12label capture
13 kernel vmlinuz
14 #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
15 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram capture
16
17label deploy
18 kernel vmlinuz
19 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram deploy
20
21label manual
22 kernel vmlinuz
23 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram manual
24
25label ilo
26 kernel vmlinuz
27 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram ilo
28
29label fw
30 kernel vmlinuz
31 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram fw
32
Note: See TracBrowser for help on using the repository browser.