1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 08:06:48 +00:00

Merge pull request #1289 from joshwget/fix-tinkerbell-url

Add /phone-home to Tinkerbell URL
This commit is contained in:
Darren Shepherd
2016-10-06 07:36:39 -07:00
committed by GitHub

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()