f6eb96
diff -ruN abrt-2.1.7.nosos/src/daemon/abrt_event.conf abrt-2.1.7.sos/src/daemon/abrt_event.conf
f6eb96
--- abrt-2.1.7.nosos/src/daemon/abrt_event.conf	2013-11-20 13:54:47.947567306 +0100
f6eb96
+++ abrt-2.1.7.sos/src/daemon/abrt_event.conf	2013-11-20 14:55:16.534650101 +0100
f6eb96
@@ -67,12 +67,12 @@
f6eb96
 # Example: if you want to save sosreport immediately at the moment of a crash:
f6eb96
 # (alternatively, you can add similar command to EVENT=analyze_foo's,
f6eb96
 # if you would rather perform this collection later):
f6eb96
-#EVENT=post-create
f6eb96
+EVENT=post-create
f6eb96
         nice sosreport --tmp-dir "$DUMP_DIR" --batch \
f6eb96
-                --only=anaconda --only=bootloader --only=devicemapper \
f6eb96
+                --only=anaconda --only=boot --only=devicemapper \
f6eb96
                 --only=filesys --only=hardware --only=kernel --only=libraries \
f6eb96
                 --only=memory --only=networking --only=nfsserver --only=pam \
f6eb96
-                --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
f6eb96
+                --only=process --only=ssh \
f6eb96
                 --only=startup --only=yum --only=general --only=x11 \
f6eb96
                 >sosreport.log 2>&1 \
f6eb96
         && {