Skip to content

Commit

Permalink
chore: revert to main branch in urls
Browse files Browse the repository at this point in the history
use main
  • Loading branch information
BobyMCbobs committed Feb 8, 2024
1 parent d4d5f3c commit 75156a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion equinix-metal-ipxe-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/hh/equinix-metal-ipxe-boot/ipxe.txt \
--ipxe-script-url https://raw.githubusercontent.com/ii/corehost/main/equinix-metal-ipxe-boot/ipxe.txt \
--operating-system custom_ipxe \
--plan c2.medium.x86 \
--metro sv \
Expand Down
2 changes: 1 addition & 1 deletion equinix-metal-ipxe-boot/ipxe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set STREAM stable
set VERSION 39.20240112.3.0
set INSTALLDEV /dev/sda
set CONFIGURL https://raw.githubusercontent.com/ii/corehost/hh/equinix-metal-ipxe-boot/ignition.ign
set CONFIGURL https://raw.githubusercontent.com/ii/corehost/main/equinix-metal-ipxe-boot/ignition.ign

set BASEURL https://builds.coreos.fedoraproject.org/prod/streams/${STREAM}/builds/${VERSION}/x86_64

Expand Down

0 comments on commit 75156a5

Please sign in to comment.