mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-26 17:13:09 +00:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user