Last change
on this file since 116 was
106,
checked in by bas, 16 years ago
|
Added pxemenu config files and updated some info
|
File size:
684 bytes
|
Line | |
---|
1 | DEFAULT menu.c32 |
---|
2 | PROMPT 0 |
---|
3 | |
---|
4 | MENU TITLE Norton Ghost installation menu |
---|
5 | MENU 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 | |
---|
11 | label Broadcom |
---|
12 | menu label Ghost Broadcom NetXtreme (d530 dc7100 dc7600 T43) |
---|
13 | kernel memdisk |
---|
14 | append initrd=ghost/BroadcomNetXtreme.img |
---|
15 | |
---|
16 | label e1000 |
---|
17 | menu label Ghost Intel Pro1000 (dc7700 T-60 T-61) |
---|
18 | kernel memdisk |
---|
19 | append initrd=ghost/IntelPRO1000.img |
---|
20 | |
---|
21 | LABEL mainmenu |
---|
22 | MENU LABEL Return to Main Menu |
---|
23 | KERNEL menu.c32 |
---|
24 | APPEND ~ |
---|
Note: See
TracBrowser
for help on using the repository browser.