-
-
Save SvenDowideit/2149cef68d89213f98a41418491f177d to your computer and use it in GitHub Desktop.
This file contains 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 | |
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