Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
1225510127
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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