/[adm]/puppet/modules/auto_installation/templates/default
ViewVC logotype

Annotation of /puppet/modules/auto_installation/templates/default

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1445 - (hide annotations) (download)
Fri Apr 1 01:44:38 2011 UTC (13 years ago) by misc
File size: 234 byte(s)
- use exported ressource to populate the pxe menu
1 misc 1442 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 misc 1445 <% for m in menu_entries %>
14     INCLUDE pxelinux.cfg/m/<%= m %>
15     <% end %>
16    
17 misc 1442

  ViewVC Help
Powered by ViewVC 1.1.30