标签:
cloud-config-bootstrap.sh #!/bin/bash cat > "cloud-config.yaml" <<EOF #cloud-config ssh_authorized_keys: - ssh-rsa ... EOF sudo coreos-install -d /dev/vda -c cloud-config.yaml sudo reboot
标签:
原文地址:http://www.cnblogs.com/shiningrise/p/5722341.html