Skip to content

Commit

Permalink
fix ipxe ignition config url
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 11, 2024
1 parent 1b590cd commit ca59060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/boot-remote.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set STREAM stable
set VERSION 41.20241109.3.0
set CONFIGURL https://github.com/detiber/beardy-os/blob/main/hack/base.ign
set CONFIGURL https://raw.githubusercontent.com/detiber/beardy-os/refs/heads/main/hack/base.ign

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

Expand Down

0 comments on commit ca59060

Please sign in to comment.