mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 10:50:11 +01:00
contrib/rh-bkr: disable selinux on an inifiniband machine
It has a crazy post-deployment script.
This commit is contained in:
parent
c70af1a364
commit
3dc167401c
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue