Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data/profiles/install-coreos.ipxe
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
echo Starting CoreOS Stable installer
# leveraging notes at https://coreos.com/os/docs/latest/booting-with-ipxe.html
# this profile expects a local CoreOS hosted on RackHD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"local CoreOS image" ?

set base-url http://<%=server%>:<%=port%>/coreos
kernel ${base-url}/coreos_production_pxe.vmlinuz console=tty0 console=<%=comport%>,115200n8 cloud-config-url=http://<%=server%>:<%=port%>/api/common/templates/install-coreos.sh
initrd ${base-url}/coreos_production_pxe_image.cpio.gz
Expand Down