From 1a961f42a59ba8c1d57b74a848caab177917f195 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Jan 2009 10:03:16 +0000 Subject: ask to attach /etc/fstab & the like when debugging a boot issue --- perl-install/standalone/drakbug | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index d8573d681..5ddc2b727 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -160,7 +160,14 @@ gtkadd($window->{window}, P("It would be very useful to attach to your report the output of the following command: %s.", "Things useful to attach to your report are the output of the following commands: %s.", scalar(@commands), - join(", ", map { N("'%s'", $_) } @commands)) + join(", ", map { N("'%s'", $_) } @commands)) . + if_(is_a_boot_issue(), + "\n" . + N("You should also attach the following files: %s as well as %s.", + '/etc/modprobe.conf, /etc/fstab, /boot/grub/menu.lst, /boot/grub/devices.map', + '/etc/lilo.conf', + ) + ) ] ])), 0, gtknew('Title2', label => N("Please describe what you were doing when it crashed:"), width => $width), -- cgit v1.2.1