Skip to content

Commit

Permalink
add ipxe config
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 11, 2024
1 parent 5f118e7 commit 1b590cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hack/boot-remote.ipxe
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!ipxe

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

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

kernel ${BASEURL}/fedora-coreos-${VERSION}-live-kernel-x86_64 initrd=main coreos.live.rootfs_url=${BASEURL}/fedora-coreos-${VERSION}-live-rootfs.x86_64.img ignition.firstboot ignition.platform.id=metal ignition.config.url=${CONFIGURL}
initrd --name main ${BASEURL}/fedora-coreos-${VERSION}-live-initramfs.x86_64.img

boot

0 comments on commit 1b590cd

Please sign in to comment.