소스 검색

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