Skip to content
Snippets Groups Projects
Commit 60615c2e authored by Pierre Ozoux's avatar Pierre Ozoux Committed by GitHub
Browse files

Update for bare VM instruction

parent 3256aa0f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,15 @@ You can take it from a cloud provider, like DigitalOcean or Scaleway and choose ...@@ -10,7 +10,15 @@ You can take it from a cloud provider, like DigitalOcean or Scaleway and choose
You can also buy a baremetal at [Hetzner](https://serverboerse.de/index.php?country=EN) as they are the cheapest options around. Follow these [instructions](INSTALL_HETZNER.md) in this case. You can also buy a baremetal at [Hetzner](https://serverboerse.de/index.php?country=EN) as they are the cheapest options around. Follow these [instructions](INSTALL_HETZNER.md) in this case.
Copy this as your `user_data` and don't forget to change the hostname and your ssh key! - If you use a cloud provider that support `user_data`, just copy the file bellow.
- If not, use boot a live cd, and issue that command:
```
wget https://raw.github.com/coreos/init/master/bin/coreos-install
bash coreos-install -d /dev/sda -c cloud-config.tmp
```
*Don't forget to change the hostname and your ssh key!*
``` ```
#cloud-config #cloud-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment