Created
August 27, 2014 04:04
-
-
Save skhavari/13829e0bbe53b2268af2 to your computer and use it in GitHub Desktop.
Package CoreOS Cloud Config on Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ./config-2/openstack/latest | |
cp user_data ./config-2/openstack/latest/user_data | |
hdiutil makehybrid -o config.iso ./config-2 -iso -joliet | |
rm -rf ./config-2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment