Last change
on this file since 116 was
106,
checked in by bas, 15 years ago
|
Added pxemenu config files and updated some info
|
File size:
1001 bytes
|
Rev | Line | |
---|
[106] | 1 | DEFAULT menu.c32 |
---|
| 2 | PROMPT 0 |
---|
| 3 | |
---|
| 4 | # This example menu is for maintenance of your machine type "mysystem" |
---|
| 5 | |
---|
| 6 | MENU TITLE Mysystem menu |
---|
| 7 | |
---|
| 8 | # You must copy the SystemImager kernel and initrd.img for this type of machine |
---|
| 9 | # to the mysystem/ directory |
---|
| 10 | LABEL mysystem SystemImager node installation |
---|
| 11 | DISPLAY message.txt |
---|
| 12 | PROMPT 1 |
---|
| 13 | KERNEL mysystem/kernel |
---|
| 14 | APPEND vga=extended initrd=mysystem/initrd.img root=/dev/ram ramdisk_size=50000 tmpfs_size=2500M |
---|
| 15 | |
---|
| 16 | # Download the firmware diskette images from the vendor's support homepage. |
---|
| 17 | |
---|
| 18 | label BIOS |
---|
| 19 | menu label mysystem BIOS upgrade |
---|
| 20 | kernel memdisk |
---|
| 21 | append initrd=mysystem/bios_upgrade.img |
---|
| 22 | |
---|
| 23 | label BMC_fw |
---|
| 24 | menu label mysystem BMC firmware upgrade |
---|
| 25 | kernel memdisk |
---|
| 26 | append initrd=mysystem/bmc_firmware.img |
---|
| 27 | |
---|
| 28 | label Broadcom |
---|
| 29 | menu label Broadcom firmware upgrade |
---|
| 30 | kernel memdisk |
---|
| 31 | append initrd=mysystem/broadcom-firmware.img |
---|
| 32 | |
---|
| 33 | label Mainmenu |
---|
| 34 | menu label Return to Main Menu |
---|
| 35 | kernel menu.c32 |
---|
| 36 | append ~ |
---|
Note: See
TracBrowser
for help on using the repository browser.