Merge pull request #138 from OliCat/master

ISTALL_HETZNER Update
This commit is contained in:
Pierre Ozoux 2016-08-10 16:56:29 +01:00 committed by GitHub
commit 8740c535d9

View file

@ -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