diff options
author | Francois Pons <fpons@mandriva.com> | 2003-02-25 12:30:27 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-02-25 12:30:27 +0000 |
commit | 7432447cae9ab6184490c6e84c5ea0f9884c25e3 (patch) | |
tree | 3b9173302276bcfa147b80a24fdd2c2bca0667b8 /perl-install/any.pm | |
parent | df2bcff6007dcc4ac619f0d37d34d024793ddac7 (diff) | |
download | drakx-7432447cae9ab6184490c6e84c5ea0f9884c25e3.tar drakx-7432447cae9ab6184490c6e84c5ea0f9884c25e3.tar.gz drakx-7432447cae9ab6184490c6e84c5ea0f9884c25e3.tar.bz2 drakx-7432447cae9ab6184490c6e84c5ea0f9884c25e3.tar.xz drakx-7432447cae9ab6184490c6e84c5ea0f9884c25e3.zip |
added dmidecode in bug report.
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 54293a7d1..b3d01ea89 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -727,6 +727,7 @@ sub report_bug { join '', map { chomp; "$_\n" } header("lspci"), detect_devices::stringlist(), header("pci_devices"), cat_("/proc/bus/pci/devices"), + header("dmidecode"), `$ENV{LD_LOADER} dmidecode`, header("fdisk"), arch() =~ /ppc/ ? `$ENV{LD_LOADER} pdisk -l` : `$ENV{LD_LOADER} fdisk -l`, header("scsi"), cat_("/proc/scsi/scsi"), header("lsmod"), cat_("/proc/modules"), |