Revert "Setup mdadm to turn off homehost (#1156614)"

This reverts commit 0bcbab3c71.
Per https://bugzilla.redhat.com/show_bug.cgi?id=1156614#c15 both
dlehman and I suspect it may be completely wrong, and it's not
strictly necessary right now, so let's leave it until dledford
clarifies.
This commit is contained in:
Adam Williamson 2014-10-28 11:57:29 -07:00
parent 0bcbab3c71
commit bf3371ecfe
1 changed files with 0 additions and 6 deletions

View File

@ -201,12 +201,6 @@ touch /.liveimg-configured
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
echo "localhost" > /etc/hostname
# Turn off mdadm homehost
cat > /etc/mdadm.conf << FOE
AUTO -all
HOMEHOST <any>
FOE
EOF
# bah, hal starts way too late