1
0
mirror of https://github.com/rancher/os.git synced 2025-09-14 06:00:06 +00:00
Files
os/scripts/hosting/burmillaos.ipxe

7 lines
437 B
Plaintext
Raw Normal View History

#!ipxe
dhcp
set base-url https://github.com/burmilla/os/releases/download/<version>/
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]
initrd ${base-url}/initrd
boot