瀏覽代碼

Update ipxe_cloud_config to check for packet

With to change to metal, some systems are still
looking for packet, so add both until upstream
can cut things over
Antony Messerli 3 年之前
父節點
當前提交
1225510127
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/netbootxyz/templates/menu/boot.cfg.j2

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

@@ -100,6 +100,7 @@ goto clouds
 :clouds
 iseq ${ipxe_cloud_config} gce && goto gce ||
 iseq ${ipxe_cloud_config} metal && goto metal ||
+iseq ${ipxe_cloud_config} packet && goto metal ||
 goto clouds_end
 
 :gce