Last active
February 5, 2024 22:38
-
-
Save BobyMCbobs/599820d7d18e4c59e335ada04fedc7c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
set STREAM stable | |
set VERSION 39.20240112.3.0 | |
set INSTALLDEV /dev/sda | |
set CONFIGURL https://gist.github.com/BobyMCbobs/9fedf0d9726839a3ca35b3e5daab6305/raw/1e63109a108e2e8634453a25918bf7c76c08f894/gistfile1.txt | |
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 coreos.inst.install_dev=${INSTALLDEV} coreos.inst.ignition_url=${CONFIGURL} | |
initrd --name main ${BASEURL}/fedora-coreos-${VERSION}-live-initramfs.x86_64.img | |
boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment