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

Contents of /puppet/modules/auto_installation/templates/default

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1445 - (show 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 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 <% for m in menu_entries %>
14 INCLUDE pxelinux.cfg/m/<%= m %>
15 <% end %>
16
17

  ViewVC Help
Powered by ViewVC 1.1.30