diff options
-rw-r--r-- | perl-install/any.pm | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 97fba08a6..935943f0d 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1478,6 +1478,9 @@ sub report_bug { header("PVs"), `pvs`, header("VGs"), `vgs`, header("LVs"), `lvs`, + header("dmsetup info"), `dmsetup info`, + header("dmsetup table"), `dmsetup table`, + header("dmsetup ls"), `dmsetup ls`, header("cpuinfo"), cat_("/proc/cpuinfo"), header("syslog"), cat_("/tmp/syslog") || cat_("$::prefix/var/log/syslog"), header("Xorg.log"), cat_("/var/log/Xorg.0.log"), diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d9898d7cd..d94bfa8de 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,7 @@ - support loading auto_install file from https url - report.bug: o log data about LVM + o log data about dmsetup Version 18.31 - 18 June 2020 |