rancheros.ipxe 416 B

1234567
  1. #!ipxe
  2. dhcp
  3. set base-url https://releases.rancher.com/os/latest
  4. kernel ${base-url}/vmlinuz printk.devkmsg=on rancher.debug=true rancher.state.dev=LABEL=RANCHER_STATE rancher.state.wait console=tty0 rancher.state.mdadm_scan console=ttyS1,115200n8 rancher.autologin=ttyS1 rancher.network.interfaces.eth*.dhcp=true rancher.cloud_init.datasources=[configdrive,ec2,gce,packet,digitalocean]
  5. initrd ${base-url}/initrd
  6. boot