Browse Source

Merge pull request #877 from netbootxyz/fix_version

Use version variable from boot disk
Antony Messerli 4 years ago
parent
commit
c3c407f7f0
1 changed files with 1 additions and 1 deletions
  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