Sfoglia il codice sorgente

Use version variable from boot disk

Antony Messerli 4 anni fa
parent
commit
e8bbcdb65d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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