Skip to content
Snippets Groups Projects
Commit 768ecf9a authored by OliCat's avatar OliCat Committed by GitHub
Browse files

Update INSTALL_HETZNER.md

parent 871981f3
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ ssh_authorized_keys:
- $ssh_public_key
EOF
apt-get install gawk
wget https://raw.github.com/coreos/init/master/bin/coreos-install
bash coreos-install -d /dev/sda -c cloud-config.tmp
......@@ -49,8 +50,19 @@ reboot
```
ssh core@$IP
configure mdmonitor.
sudo su -
mdadm --examine --scan > /etc/mdadm.conf
vim /etc/mdadm.conf
#ADD your mail
MAILADDR xxx@xxx.org
# Start service
systemctl start mdmonitor.service
# Add swap
fallocate -l 8192m /swap
chmod 600 /swap
......
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