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

Add /phone-home to Tinkerbell URL

This commit is contained in:
Josh Curl
2016-10-05 15:58:06 -07:00
parent c681c71fa6
commit dfc9455e72

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
TINKERBELL_URL=$(cat /proc/cmdline | sed -e 's/^.*tinkerbell=//' -e 's/ .*$//')
TINKERBELL_URL=$(cat /proc/cmdline | sed -e 's/^.*tinkerbell=//' -e 's/ .*$//')/phone-home
INSTALLER_IMAGE=rancher/os:v0.7.0-rc1
tinkerbell_post()