Setup mdadm to turn off homehost (#1156614)
This commit is contained in:
parent
09c0f61959
commit
0bcbab3c71
@ -201,6 +201,12 @@ touch /.liveimg-configured
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
||||||
echo "localhost" > /etc/hostname
|
echo "localhost" > /etc/hostname
|
||||||
|
|
||||||
|
# Turn off mdadm homehost
|
||||||
|
cat > /etc/mdadm.conf << FOE
|
||||||
|
AUTO -all
|
||||||
|
HOMEHOST <any>
|
||||||
|
FOE
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# bah, hal starts way too late
|
# bah, hal starts way too late
|
||||||
|
Loading…
Reference in New Issue
Block a user