Skip to content

Instantly share code, notes, and snippets.

@SvenDowideit
Last active May 2, 2019 07:35
Show Gist options
  • Save SvenDowideit/2149cef68d89213f98a41418491f177d to your computer and use it in GitHub Desktop.
Save SvenDowideit/2149cef68d89213f98a41418491f177d to your computer and use it in GitHub Desktop.
#!ipxe
dhcp
set base-url https://github.com/rancher/os/releases/download/v0.9.2-rc4
kernel ${base-url}/vmlinuz-4.9.21-rancher printk.devkmsg=on rancher.state.dev=LABEL=RANCHER_STATE rancher.state.wait console=tty0 rancher.state.mdadm_scan console=ttyS1,115200n8 rancher.autologin=ttyS1 rancher.cloud_init.datasources=[packet] rancher.network.interfaces.eth*.dhcp=true rancher.environment.installer=true
initrd ${base-url}/initrd-v0.9.2-rc4
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment