浏览代码

Force flip i386 off menu of x64

Prevents double menu situations, only one or the other
Antony Messerli 3 年之前
父节点
当前提交
1e8668331c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/netbootxyz/templates/menu/boot.cfg.j2

+ 1 - 0
roles/netbootxyz/templates/menu/boot.cfg.j2

@@ -60,6 +60,7 @@ iseq ${arch} x86_64 && goto x86_64 ||
 iseq ${arch} arm64 && goto arm64 ||
 goto architectures_end
 :x86_64
+set menu_linux_i386 0
 iseq ${platform} efi && goto efi ||
 goto architectures_end
 :i386