Parent Directory
|
Revision Log
add basic structure for pxe boot
1 | DEFAULT menu.c32 |
2 | PROMPT 10 |
3 | TIMEOUT 100 |
4 | NOESCAPE 1 |
5 | |
6 | MENU SHIFTKEY 1 |
7 | MENU TITLE PXE Boot on <%= fqdn %> |
8 | |
9 | LABEL local |
10 | MENU LABEL Local |
11 | localboot 0 |
12 | <% |
13 | # insert entry for remote boot : |
14 | # LABEL mdv2010.1 |
15 | # MENU DEFAULT |
16 | # MENU LABEL Install mdv 2010.1 |
17 | # kernel mdv_2010.1/vmlinuz |
18 | # |
19 | # append initrd=mdv_2010.1/all.rdz useless_thing_accepted=1 lang=fr automatic=int:eth0,netw:dhcp,met:ftp,ser:distrib-coffee.ipsl.jussieu.fr,dir:/pub/linux/MandrivaLinux/official/2010.1/i586/ kickstart=http://nanardon.zarb.org/~misc/auto_inst.cfg.pl |
20 | # |
21 | |
22 | |
23 | %> |
24 | |
25 |
ViewVC Help | |
Powered by ViewVC 1.1.28 |