source: trunk/pxemenu/ghost/ghost.conf @ 150

Last change on this file since 150 was 106, checked in by bas, 16 years ago

Added pxemenu config files and updated some info

File size: 684 bytes
Line 
1DEFAULT menu.c32
2PROMPT 0
3
4MENU TITLE Norton Ghost installation menu
5MENU BACKGROUND Logo.jpg
6
7# You must generate Norton Ghost boot diskettes using the Ghost application
8# in Windows.  These diskettes differ for different kinds of network drivers.
9# Copy a diskette to image by for example: dd if=/dev/fd0 of=BroadcomNetXtreme.img
10
11label Broadcom
12        menu label Ghost Broadcom NetXtreme (d530 dc7100 dc7600 T43)
13        kernel memdisk
14        append initrd=ghost/BroadcomNetXtreme.img
15
16label e1000
17        menu label Ghost Intel Pro1000 (dc7700 T-60 T-61)
18        kernel memdisk
19        append initrd=ghost/IntelPRO1000.img
20
21LABEL mainmenu
22        MENU LABEL Return to Main Menu
23        KERNEL menu.c32
24        APPEND ~
Note: See TracBrowser for help on using the repository browser.