diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-26 15:45:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-26 15:45:04 +0000 |
commit | 00b2517fe5a08028204f77ad8acff5872573202f (patch) | |
tree | 3b6f69a005aa740eadfba5f7460528d888eaf237 /perl-install/commands.pm | |
parent | c2be614ae7759f63fafd8a3ce62f2b7f93a2d59e (diff) | |
download | drakx-00b2517fe5a08028204f77ad8acff5872573202f.tar drakx-00b2517fe5a08028204f77ad8acff5872573202f.tar.gz drakx-00b2517fe5a08028204f77ad8acff5872573202f.tar.bz2 drakx-00b2517fe5a08028204f77ad8acff5872573202f.tar.xz drakx-00b2517fe5a08028204f77ad8acff5872573202f.zip |
no_comment
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 311b204f2..6a6869a0a 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -583,6 +583,7 @@ sub bug { header("partitions"), cat_("/proc/partitions"), header("cpuinfo"), cat_("/proc/cpuinfo"), header("syslog"), cat_("/tmp/syslog"), + header("ddcxinfos"), `ddcxinfos`, header("ddebug.log"), cat_("/tmp/ddebug.log"), header("install.log"), cat_("/mnt/root/install.log"), ; |