From 768ecf9ab64b522e4527858b80c2c74d5a810b84 Mon Sep 17 00:00:00 2001
From: OliCat <olicat@libre-a-toi.org>
Date: Wed, 10 Aug 2016 16:54:26 +0200
Subject: [PATCH] Update INSTALL_HETZNER.md

---
 INSTALL_HETZNER.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/INSTALL_HETZNER.md b/INSTALL_HETZNER.md
index bf97c08..7fbe48c 100644
--- a/INSTALL_HETZNER.md
+++ b/INSTALL_HETZNER.md
@@ -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
-- 
GitLab