diff --git a/hack/boot-remote.ipxe b/hack/boot-remote.ipxe new file mode 100644 index 0000000..0c31f0f --- /dev/null +++ b/hack/boot-remote.ipxe @@ -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