diff --git a/copy_logs.sh b/copy_logs.sh index a177b1ffd..7897e0371 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -211,6 +211,9 @@ if [ `command -v rpm` ]; then rpm -qa |sort > $LOG_DIR/rpm-qa.txt sudo $YUM repolist -v > $LOG_DIR/repolist.txt fi +if [ `command -v dnf` ]; then + sudo dnf module list > $LOG_DIR/modulelist.txt +fi if [ `command -v gem` ]; then gem list |sort > $LOG_DIR/gem-list.txt