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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user