aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auto_installation/templates/default
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auto_installation/templates/default')
-rw-r--r--modules/auto_installation/templates/default16
1 files changed, 4 insertions, 12 deletions
diff --git a/modules/auto_installation/templates/default b/modules/auto_installation/templates/default
index 0fbf023a..f8b8e82b 100644
--- a/modules/auto_installation/templates/default
+++ b/modules/auto_installation/templates/default
@@ -9,17 +9,9 @@ MENU TITLE PXE Boot on <%= fqdn %>
LABEL local
MENU LABEL Local
localboot 0
-<%
-# insert entry for remote boot :
-# LABEL mdv2010.1
-# MENU DEFAULT
-# MENU LABEL Install mdv 2010.1
-# kernel mdv_2010.1/vmlinuz
-#
-# 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
-#
-
-
-%>
+<% for m in menu_entries %>
+INCLUDE pxelinux.cfg/m/<%= m %>
+<% end %>
+