diff options
Diffstat (limited to 'perl-install/any.pm')
| -rw-r--r-- | perl-install/any.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 723868e6e..6939e1638 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1550,6 +1550,14 @@ sub fdisk() { } + +=item report_bug(@other) + +Write the Drakx report in order to review eg a failed installation. +This include various HW listing, partitions/LVM/RAID listings, installer logs, bootloader configuration, ... as well as any files passed as parameter. + +=cut + sub report_bug { my (@other) = @_; |
