diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 21:10:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 21:10:35 +0000 |
commit | 863a0345a2f895d35046f35d97f473e825906687 (patch) | |
tree | e04cae4c0cfa6b0e481cae4d976ecb32c30e6dea /perl-install/commands.pm | |
parent | 608738174ef563cd88f95f53683f73f316b8f552 (diff) | |
download | drakx-863a0345a2f895d35046f35d97f473e825906687.tar drakx-863a0345a2f895d35046f35d97f473e825906687.tar.gz drakx-863a0345a2f895d35046f35d97f473e825906687.tar.bz2 drakx-863a0345a2f895d35046f35d97f473e825906687.tar.xz drakx-863a0345a2f895d35046f35d97f473e825906687.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 1cfe5dfea..5bc346694 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -578,6 +578,7 @@ sub bug { header("scsi"), cat_("/proc/scsi/scsi"), header("lsmod"), cat_("/proc/modules"), header("cmdline"), cat_("/proc/cmdline"), + header("partitions"), cat_("/proc/partitions"), header("cpuinfo"), cat_("/proc/cpuinfo"), header("syslog"), cat_("/tmp/syslog"), header("ddebug.log"), cat_("/tmp/ddebug.log"), |