Merge "libvirt: Stop capturing sysconfig/default file"

This commit is contained in:
Zuul 2023-04-12 05:55:01 +00:00 committed by Gerrit Code Review
commit de31067aaa
1 changed files with 0 additions and 11 deletions

View File

@ -187,17 +187,6 @@ fi
if [ -d /etc/libvirt ]; then
sudo cp -r /etc/libvirt $LOG_DIR/etc/
fi
if uses_debs; then
if [ -f /etc/default/libvirtd ]; then
mkdir -p $LOG_DIR/etc/default
sudo cp /etc/default/libvirtd $LOG_DIR/etc/default/
fi
elif is_fedora; then
if [ -f /etc/sysconfig/libvirtd ]; then
mkdir -p $LOG_DIR/etc/sysconfig
sudo cp /etc/sysconfig/libvirtd $LOG_DIR/etc/sysconfig/
fi
fi
# openvswitch
if [ -d /etc/openvswitch ] ; then