Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hackzilla
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackzilla/36fe841a129c9a863f83 to your computer and use it in GitHub Desktop.
Save hackzilla/36fe841a129c9a863f83 to your computer and use it in GitHub Desktop.
CoreOS
#!/bin/bash
MAC=`ifconfig enp0s33 | grep -o -E '([[:xdigit:]]{1,2}:){5}[[:xdigit:]]{1,2}'`
URL="http://192.168.0.2/config/web-backend/${MAC}"
coreos-cloudinit --from-url="${URL}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment