]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/netboot/premenu.cfg
netboot: Allow booting multiple architectures
[people/shoehn/ipfire.org.git] / templates / netboot / premenu.cfg
similarity index 85%
rename from static/netboot/premenu.cfg
rename to templates/netboot/premenu.cfg
index 339d7a42c5b9144094e7145def08079647d7b031..c207a84728238af08e466ec64380ad1c9b44f800 100644 (file)
@@ -26,7 +26,7 @@ label vesa
   endtext
   menu label Graphical menu
   kernel vesamenu.c32
-  append menu.cfg
+  append menu.cfg?arch={{ arch }}&platform={{ platform }}
 
 label text
   menu label Text menu
@@ -34,4 +34,4 @@ label text
   Use this menu if the graphical menu does not work on your system.
   endtext
   kernel menu.c32
-  append menu.cfg
+  append menu.cfg?arch={{ arch }}&platform={{ platform }}