source: trunk/pxemenu/pxelinux.cfg/default.menu @ 184

Last change on this file since 184 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 
1DEFAULT menu.c32
2# You can also load a background image if you use
3# DEFAULT vesamenu.c32
4# MENU BACKGROUND Logo.jpg
5
6PROMPT 0
7
8# Wait 5 seconds unless the user presses a button, but always boot after 900 seconds.
9TIMEOUT 50
10TOTALTIMEOUT 9000
11
12MENU TITLE PXE menu from TFTP server
13
14label 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
21label CentosMenu
22        menu label CentOS-5.0 Linux installation menu
23        kernel menu.c32
24        append CentOS-5.0/centos.conf
25
26label SystemImagerMenu
27        menu label SystemImager Linux cloning menu
28        kernel menu.c32
29        append SI/si.conf
30
31label hdt
32        menu label HDT - Hardware Detection Tool
33        COM32 hdt.c32
34
35label ToolsMenu
36        menu label Test tools menu
37        kernel menu.c32
38        append Tools/tools.conf
39
40label x3455menu
41        menu label IBM x3455 menu
42        kernel menu.c32
43        append x3455/x3455.conf
44
45label 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.