source: ProjectBuilder/projects/proliantusbkey/0.9.6/syslinux.cfg@ 1436

Last change on this file since 1436 was 1436, checked in by Bruno Cornec, 12 years ago
  • Upload the 0.9.6 version of the PUSK (ProLiant USB Setup Key)
  • Property svn:executable set to *
File size: 1.2 KB
Line 
1say Proliant Setup USB Key
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 deploy
9prompt 1
10timeout 300
11
12label capture
13 kernel vmlinuz
14 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg selinux=0 live_ram capture
15
16label deploy
17 kernel vmlinuz
18 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg selinux=0 live_ram deploy
19
20label manual
21 kernel vmlinuz
22 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg selinux=0 live_ram
23
24label ilo
25 kernel vmlinuz
26 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg selinux=0 live_ram ilo
27
28label fw
29 kernel vmlinuz
30 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg selinux=0 live_ram fw
31
32label rescue
33 kernel vmlinuz
34 append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg selinux=0 live_ram S
Note: See TracBrowser for help on using the repository browser.