From a219b373c051fdc3e932634a31b15b4fa4e983ff Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 29 Jan 2002 22:38:31 +0000 Subject: move /root/* files (ddebug.log, install.log, report.bug, auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there --- perl-install/standalone/drakbug_report | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/drakbug_report') diff --git a/perl-install/standalone/drakbug_report b/perl-install/standalone/drakbug_report index e031a008f..6b70acb35 100755 --- a/perl-install/standalone/drakbug_report +++ b/perl-install/standalone/drakbug_report @@ -8,6 +8,7 @@ use any; my %other = ( 'rpm -qa' => join('', sort `rpm -qa`), 'mandrake version' => cat_('/etc/redhat-release'), + 'df' => join('', `df`), ); print any::report_bug('', %other); -- cgit v1.2.1