瀏覽代碼

Merge pull request #616 from netbootxyz/manjaro-current

Bump display name ManJaro
Antony Messerli 5 年之前
父節點
當前提交
d115d58d11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2

@@ -6,7 +6,7 @@ menu ${os} Live - Current Arch [ ${arch} ]
 iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
 set ipparam BOOTIF=${netX/mac} ip=dhcp net.ifnames=0
 item --gap ${os} Live versions
-item current ${space} ${os} Current Stable (19.x)
+item current ${space} ${os} Current Stable (20.x)
 item stable ${space} ${os} Old Stable (18.1.0)
 choose menu || goto live_exit
 goto ${menu}