summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-08-19 18:52:40 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-08-19 18:53:28 +0200
commit4ed5b316e1b947b43348cda6bf23cc8a57b25682 (patch)
treecc4db29c84e5159efdeae12e5da70228a93f0fca /perl-install/any.pm
parent5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42 (diff)
downloaddrakx-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.pm3
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"),