debian: Update directories to exclude

Added the following directories to exclude while running collect on
debian:

- /etc/systemd/*.service
- /var/run/rpc_pipefs
- /var/run/systemd/inaccessible/blk

Excluding the directories allows the tarball to be created.

Test Plan
PASS Apply patch and build collector package
PASS Build ISO
PASS Run collect program

Story: 2009101
Task: 43732

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I14b1384d6869a1b64516680c963f8bb44ff097d8
This commit is contained in:
Charles Short 2022-04-21 14:16:23 -04:00
parent 3c24bac175
commit f5aa0bf970
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@
/etc/pm
/etc/systemd/system/*.mount
/etc/systemd/system/*.socket
/etc/systemd/system/lvm2-lvmetad.service
/etc/systemd/system/*.service
/etc/systemd/system/ctrl-alt-del.target
/etc/ssl
/etc/mtc/tmp

View File

@ -12,3 +12,5 @@
/var/run/.vswitch
/var/run/containerd
/var/run/nvidia
/var/run/rpc_pipefs
/var/run/systemd/inaccessible/blk