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

Last change on this file since 116 was 113, checked in by ohnielse, 16 years ago

typo fixed

File size: 1.3 KB
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 GhostMenu
32        menu label Norton Ghost boot menu
33        kernel menu.c32
34        append ghost/ghost.conf
35
36# All of the Ultimate Boot CD tools can be downloaded from http://www.ultimatebootcd.com/download.html
37# Just copy the contents of the CD to /tftpboot and use this menu entry to PXE boot the UBC tools:
38label UBCMenu
39        menu label Ultimate Boot CD menu
40        kernel menu.c32
41        append menus/main.cfg
42
43label ToolsMenu
44        menu label Test tools menu
45        kernel menu.c32
46        append Tools/tools.conf
47
48label x3455menu
49        menu label IBM x3455 menu
50        kernel menu.c32
51        append x3455/x3455.conf
52
53label mysystemmenu
54        menu label mysystem menu
55        kernel menu.c32
56        append mysystem/mysystem.conf
Note: See TracBrowser for help on using the repository browser.