Skip to content

Commit

Permalink
Add serial console to coreos-install
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Feb 6, 2024
1 parent 67a9986 commit de83a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinix-metal-ipxe-boot/ipxe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set CONFIGURL https://raw.githubusercontent.com/ii/corehost/hh/equinix-metal-ipx

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} console=ttyS1,115200n8
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} coreos.inst.console=ttyS1,115200n8 console=ttyS1,115200n8
initrd --name main ${BASEURL}/fedora-coreos-${VERSION}-live-initramfs.x86_64.img

boot

0 comments on commit de83a5e

Please sign in to comment.