Setup mdadm to turn off homehost (#1156614)

This commit is contained in:
Brian C. Lane 2014-10-28 11:26:07 -07:00 committed by Adam Williamson
parent 09c0f61959
commit 0bcbab3c71
1 changed files with 6 additions and 0 deletions

View File

@ -201,6 +201,12 @@ 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