mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 13:00:34 +01:00
contrib/rh-bkr: add ABRT
This commit is contained in:
parent
279a7f2548
commit
4c1656c6e2
1 changed files with 10 additions and 0 deletions
|
|
@ -9,7 +9,17 @@
|
|||
<packages/>
|
||||
<ks_appends>
|
||||
<ks_append><![CDATA[
|
||||
%packages
|
||||
# SELinux forbids dumping cores to /, ABRT comes to the rescue
|
||||
# and collects them
|
||||
abrt-tui
|
||||
abrt-addon-ccpp
|
||||
%end
|
||||
|
||||
%post
|
||||
# Allow ABRT to collect cores from our poor unsigned packages
|
||||
sed 's/^OpenGPGCheck.*/OpenGPGCheck = no/' -i /etc/abrt/abrt-action-save-package-data.conf
|
||||
|
||||
sed -i -e 's/^ *\(Storage\|SystemMaxUse\|RateLimitBurst\|RateLimitInterval\)=.*/#\0/' \
|
||||
-e '$$a\Storage=persistent' \
|
||||
-e '$$a\SystemMaxUse=2G' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue