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:
parent
3c24bac175
commit
f5aa0bf970
@ -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
|
||||
|
@ -12,3 +12,5 @@
|
||||
/var/run/.vswitch
|
||||
/var/run/containerd
|
||||
/var/run/nvidia
|
||||
/var/run/rpc_pipefs
|
||||
/var/run/systemd/inaccessible/blk
|
||||
|
Loading…
x
Reference in New Issue
Block a user