Last change
on this file was
184,
checked in by ohnielse, 13 years ago
|
Updates for SYSLINUX version 4.02.
Some obsolete menus (UBC,Ghost) have been removed.
|
File size:
991 bytes
|
Line | |
---|
1 | DEFAULT menu.c32 |
---|
2 | # You can also load a background image if you use |
---|
3 | # DEFAULT vesamenu.c32 |
---|
4 | # MENU BACKGROUND Logo.jpg |
---|
5 | |
---|
6 | PROMPT 0 |
---|
7 | |
---|
8 | # Wait 5 seconds unless the user presses a button, but always boot after 900 seconds. |
---|
9 | TIMEOUT 50 |
---|
10 | TOTALTIMEOUT 9000 |
---|
11 | |
---|
12 | MENU TITLE PXE menu from TFTP server |
---|
13 | |
---|
14 | label harddisk |
---|
15 | menu label Boot from local harddisk |
---|
16 | kernel chain.c32 |
---|
17 | append hd0 |
---|
18 | |
---|
19 | # Remember: Config files (such as centos.conf) are relative to /tftpboot/ |
---|
20 | |
---|
21 | label CentosMenu |
---|
22 | menu label CentOS-5.0 Linux installation menu |
---|
23 | kernel menu.c32 |
---|
24 | append CentOS-5.0/centos.conf |
---|
25 | |
---|
26 | label SystemImagerMenu |
---|
27 | menu label SystemImager Linux cloning menu |
---|
28 | kernel menu.c32 |
---|
29 | append SI/si.conf |
---|
30 | |
---|
31 | label hdt |
---|
32 | menu label HDT - Hardware Detection Tool |
---|
33 | COM32 hdt.c32 |
---|
34 | |
---|
35 | label ToolsMenu |
---|
36 | menu label Test tools menu |
---|
37 | kernel menu.c32 |
---|
38 | append Tools/tools.conf |
---|
39 | |
---|
40 | label x3455menu |
---|
41 | menu label IBM x3455 menu |
---|
42 | kernel menu.c32 |
---|
43 | append x3455/x3455.conf |
---|
44 | |
---|
45 | label mysystemmenu |
---|
46 | menu label mysystem menu |
---|
47 | kernel menu.c32 |
---|
48 | append mysystem/mysystem.conf |
---|
Note: See
TracBrowser
for help on using the repository browser.