From 67a9986813d650e9653d964b08fc1a43f1935cd6 Mon Sep 17 00:00:00 2001 From: Hippie Hacker Date: Tue, 6 Feb 2024 08:15:36 -0700 Subject: [PATCH] Use hh branch while iterating on ipxe.txt Will need to revert when we merge to main --- equinix-metal-ipxe-boot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equinix-metal-ipxe-boot/README.md b/equinix-metal-ipxe-boot/README.md index 65702be..4ef7104 100644 --- a/equinix-metal-ipxe-boot/README.md +++ b/equinix-metal-ipxe-boot/README.md @@ -6,7 +6,7 @@ when creating a machine, choose OS iPXE and put in the URL ``` shell metal device create \ - --ipxe-script-url https://raw.githubusercontent.com/ii/corehost/main/equinix-metal-ipxe-boot/ipxe.txt \ + --ipxe-script-url https://raw.githubusercontent.com/ii/corehost/hh/equinix-metal-ipxe-boot/ipxe.txt \ --operating-system custom_ipxe \ --plan c2.medium.x86 \ --metro sv \