ソースを参照

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}