diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-08-19 18:52:40 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-08-19 18:53:28 +0200 |
commit | 4ed5b316e1b947b43348cda6bf23cc8a57b25682 (patch) | |
tree | cc4db29c84e5159efdeae12e5da70228a93f0fca | |
parent | 5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42 (diff) | |
download | drakx-4ed5b316e1b947b43348cda6bf23cc8a57b25682.tar drakx-4ed5b316e1b947b43348cda6bf23cc8a57b25682.tar.gz drakx-4ed5b316e1b947b43348cda6bf23cc8a57b25682.tar.bz2 drakx-4ed5b316e1b947b43348cda6bf23cc8a57b25682.tar.xz drakx-4ed5b316e1b947b43348cda6bf23cc8a57b25682.zip |
log dmsetup in report.bug
-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 |