1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Add unversioned artifact files, and a basic ipxe script

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-04-12 02:00:06 +00:00
parent f28d658cda
commit 223a7b49eb
3 changed files with 26 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
#!ipxe
dhcp
set base-url https://github.com/rancher/os/releases/download/latest
kernel ${base-url}/vmlinuz 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.network.interfaces.eth*.dhcp=true
initrd ${base-url}/initrd
boot