[PATCH] Setup mdadm to turn off homehost (#1156614)

Brian C. Lane bcl at redhat.com
Wed Oct 29 23:43:11 UTC 2014


On Wed, Oct 29, 2014 at 01:45:14PM +0100, Vratislav Podzimek wrote:
> On Tue, 2014-10-28 at 11:37 -0700, Brian C. Lane wrote:
> > ---
> >  share/runtime-postinstall.tmpl | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl
> > index eaa3fd6..b383e87 100644
> > --- a/share/runtime-postinstall.tmpl
> > +++ b/share/runtime-postinstall.tmpl
> > @@ -18,6 +18,10 @@ move ${PYTHONDIR}/site-packages/pyanaconda/sitecustomize.py ${PYTHONDIR}/site-pa
> >  ## move_repos()
> >  move etc/yum.repos.d etc/anaconda.repos.d
> >  
> > +## Setup mdadm config to turn off homehost
> > +remove etc/mdadm.conf
> > +append etc/mdadm.conf "AUTO -all\nHOMEHOST <any>\n"
> > +
> ACK, but I really wish all these configs where "config.d's instead.

Ends up this should be, we think:

HOMEHOST <ignore>

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list