From a7a3dd276d27b94c16036c3c952c114842399094 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 28 Oct 2014 10:29:38 -0700 Subject: [PATCH] Setup mdadm to turn off homehost (#1156614) --- share/runtime-postinstall.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index eaa3fd68..217cca68 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -18,6 +18,10 @@ move ${PYTHONDIR}/site-packages/pyanaconda/sitecustomize.py ${PYTHONDIR}/site-pa ## move_repos() move etc/yum.repos.d etc/anaconda.repos.d +## Setup mdadm config to turn off homehost +remove etc/mdadm.conf +append etc/mdadm.conf "HOMEHOST \n" + ## Configure systemd to start anaconda remove etc/systemd/system/default.target symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target