From 0bcbab3c718d5acf52315c11aa3e42d6b5d01368 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Oct 28 2014 18:43:20 +0000 Subject: Setup mdadm to turn off homehost (#1156614) --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 8c4899d..0810c5d 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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 +FOE + EOF # bah, hal starts way too late