Explorar el Código

Use version variable from boot disk

Antony Messerli hace 4 años
padre
commit
e8bbcdb65d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/netbootxyz/templates/menu/about.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/about.ipxe.j2

@@ -16,7 +16,7 @@ set fg_cya ${esc:string}[36m
 set fg_whi ${esc:string}[37m
 
 :netabout
-menu ${fg_cya}${bold}About netboot.xyz (Version: {{ boot_version }})
+menu ${fg_cya}${bold}About netboot.xyz (Version: ${boot_version})
 item exit ${bold}Exit back to main menu...${boldoff}
 item --gap --  --------------------------------------------------------------------------
 item about ${fg_gre}${bold}Self Hosting and Live Booting - November 29, 2019