|
Last change
on this file since 1340 was 1331, checked in by Bruno Cornec, 14 years ago |
|
Adds a new proliantusbkey project
|
-
Property svn:executable
set to
*
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | say Ericsson -- Proliant setup tool
|
|---|
| 2 | say - Enter: 'capture' to boot the capture mode in 'data_files' directory
|
|---|
| 3 | say - Enter: 'deploy' to boot the deploy mode that applies the configuration in 'data_files' directory
|
|---|
| 4 | say - Enter: 'manual' to boot server and get a prompt to perform manual operations
|
|---|
| 5 | say - Enter: 'ilo' to boot server and apply a basic iLO configuration (IP,GW, NM, passwd and license)
|
|---|
| 6 | say - Enter: 'fw' to boot server and apply firmware update from the 'fw_files'directory
|
|---|
| 7 |
|
|---|
| 8 | default capture
|
|---|
| 9 | prompt 1
|
|---|
| 10 | timeout 300
|
|---|
| 11 |
|
|---|
| 12 | label 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 |
|
|---|
| 17 | label deploy
|
|---|
| 18 | kernel vmlinuz
|
|---|
| 19 | append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram deploy
|
|---|
| 20 |
|
|---|
| 21 | label manual
|
|---|
| 22 | kernel vmlinuz
|
|---|
| 23 | append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram manual
|
|---|
| 24 |
|
|---|
| 25 | label ilo
|
|---|
| 26 | kernel vmlinuz
|
|---|
| 27 | append initrd=initramfs.img ro root=live:LABEL=LiveUSB liveimg rdshell selinux=0 live_ram ilo
|
|---|
| 28 |
|
|---|
| 29 | label 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.