contrib/rh-bkr: disable selinux on an inifiniband machine

It has a crazy post-deployment script.
This commit is contained in:
Lubomir Rintel 2015-07-02 09:28:53 +02:00
parent c70af1a364
commit 3dc167401c

View file

@ -8,7 +8,14 @@
<autopick random="true"/>
<watchdog panic="None"/>
<packages/>
<ks_appends/>
<ks_appends>
<!-- A workaround for rdma machine post-deploy script woes, suggested by honli -->
<ks_append><![CDATA[%post
sed -e '/^\s*linux16\s*\/vmlinuz/ s/$/ $SELINUX_DISABLED/' -i /boot/grub2/grub.cfg || :
%end
]]>
</ks_append>
</ks_appends>
<repos/>
<distroRequires>
<and>