浏览代码

Add i386 arch for generic builds

Antony Messerli 7 年之前
父节点
当前提交
4409cf4393
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/boot.cfg

+ 2 - 0
src/boot.cfg

@@ -36,6 +36,7 @@ set menu_live 1
 set menu_security 1
 set menu_security 1
 set menu_windows 1
 set menu_windows 1
 set menu_utils 1
 set menu_utils 1
+iseq ${buildarch} i386 && goto x86_64
 iseq ${buildarch} x86_64 && goto x86_64
 iseq ${buildarch} x86_64 && goto x86_64
 iseq ${buildarch} arm64 && goto arm64
 iseq ${buildarch} arm64 && goto arm64
 goto architectures_end
 goto architectures_end
@@ -65,6 +66,7 @@ set console console=ttyS0,115200n8
 goto clouds_end
 goto clouds_end
 
 
 :packet
 :packet
+iseq ${buildarch} i386 && goto packet_x86_64
 iseq ${buildarch} x86_64 && goto packet_x86_64 ||
 iseq ${buildarch} x86_64 && goto packet_x86_64 ||
 iseq ${buildarch} arm64 && goto packet_arm64 ||
 iseq ${buildarch} arm64 && goto packet_arm64 ||
 goto clouds_end
 goto clouds_end