From cdc3a189ad01fcf68ff7f99e5a059b7f412dec79 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Thu, 27 Apr 2017 14:33:07 -0700 Subject: [PATCH] use the non-github files, they're actually easier to update Signed-off-by: Sven Dowideit --- scripts/hosting/rancheros.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hosting/rancheros.ipxe b/scripts/hosting/rancheros.ipxe index 521544fc..b4da73a2 100644 --- a/scripts/hosting/rancheros.ipxe +++ b/scripts/hosting/rancheros.ipxe @@ -1,6 +1,6 @@ #!ipxe dhcp -set base-url https://github.com/rancher/os/releases/download/latest +set base-url https://releases.rancher.com/os/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