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 /perl-install/any.pm | |
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
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 3 |
1 files changed, 3 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"), |